class

OpenAI::ResponseCustomToolCallInputDoneEvent

Inherits JSON::Serializable < Reference < Object

Event indicating that input for a custom tool call is complete.

Constructors

new(type_value : ResponseCustomToolCallInputDoneEventType = ResponseCustomToolCallInputDoneEventType::ResponseCustomToolCallInputDone, sequence_number : Int64 = 0, output_index : Int64 = 0, item_id : String = "", input : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

input

The complete input data for the custom tool call.

Source
input=(input : String)

The complete input data for the custom tool call.

Source
item_id

Unique identifier for the API item associated with this event.

Source
item_id=(item_id : String)

Unique identifier for the API item associated with this event.

Source
output_index

The index of the output this event applies to.

Source
output_index=(output_index : Int64)

The index of the output this event applies to.

Source
sequence_number

The sequence number of this event.

Source
sequence_number=(sequence_number : Int64)

The sequence number of this event.

Source
type_value

The event type identifier.

Source
type_value=(type_value : ResponseCustomToolCallInputDoneEventType)

The event type identifier.

Source