OpenAI::ResponseCustomToolCallInputDeltaEvent
Inherits JSON::Serializable < Reference < Object
Event representing a delta (partial update) to the input of a custom tool call.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ResponseCustomToolCallInputDeltaEventType = ResponseCustomToolCallInputDeltaEventType::ResponseCustomToolCallInputDelta, sequence_number : Int64 = 0, output_index : Int64 = 0, item_id : String = "", delta : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : ResponseCustomToolCallInputDeltaEventType)
The event type identifier.