OpenAI::Wait
Inherits JSON::Serializable < Reference < Object
A wait action.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : WaitType = WaitType::Wait)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : WaitType)
Specifies the event type. For a wait action, this property is
always set to wait.