OpenAI::ResponseFunctionCallArgumentsDoneEvent
Inherits JSON::Serializable < Reference < Object
Emitted when function-call arguments are finalized.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ResponseFunctionCallArgumentsDoneEventType = ResponseFunctionCallArgumentsDoneEventType::ResponseFunctionCallArgumentsDone, item_id : String = "", name : String = "", output_index : Int64 = 0, sequence_number : Int64 = 0, arguments : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value
Sourcetype_value=(type_value : ResponseFunctionCallArgumentsDoneEventType)
Source