OpenAI::MessageStreamEventVariant2
Inherits JSON::Serializable < Reference < Object
Occurs when a message moves to an in_progress state.
Constructors
new(pull : JSON::PullParser)
Sourcenew(event : MessageStreamEventVariant2Event = MessageStreamEventVariant2Event::ThreadMessageInProgress, data : MessageObject = MessageObject.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
data
Sourcedata=(data : MessageObject)
Sourceevent
Sourceevent=(event : MessageStreamEventVariant2Event)
Source