class

OpenAI::Wait

Inherits JSON::Serializable < Reference < Object

A wait action.

Constructors

new(type_value : WaitType = WaitType::Wait)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value

Specifies the event type. For a wait action, this property is always set to wait.

Source
type_value=(type_value : WaitType)

Specifies the event type. For a wait action, this property is always set to wait.

Source