OpenAI::ResponseCustomToolCallInputDoneEvent
Inherits JSON::Serializable < Reference < Object
Event indicating that input for a custom tool call is complete.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ResponseCustomToolCallInputDoneEventType = ResponseCustomToolCallInputDoneEventType::ResponseCustomToolCallInputDone, sequence_number : Int64 = 0, output_index : Int64 = 0, item_id : String = "", input : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source