OpenAI::ResponseFunctionCallArgumentsDeltaEvent
Inherits JSON::Serializable < Reference < Object
Emitted when there is a partial function-call arguments delta.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ResponseFunctionCallArgumentsDeltaEventType = ResponseFunctionCallArgumentsDeltaEventType::ResponseFunctionCallArgumentsDelta, item_id : String = "", output_index : Int64 = 0, sequence_number : Int64 = 0, delta : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
item_id=(item_id : String)
The ID of the output item that the function-call arguments delta is added to.
output_index=(output_index : Int64)
The index of the output item that the function-call arguments delta is added to.
type_value=(type_value : ResponseFunctionCallArgumentsDeltaEventType)
The type of the event. Always response.function_call_arguments.delta.