OpenAI::ResponseQueuedEvent
Inherits JSON::Serializable < Reference < Object
Emitted when a response is queued and waiting to be processed.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ResponseQueuedEventType = ResponseQueuedEventType::ResponseQueued, response : Response = Response.new, sequence_number : Int64 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : ResponseQueuedEventType)
The type of the event. Always 'response.queued'.