class

OpenAI::ResponseFunctionCallArgumentsDoneEvent

Inherits JSON::Serializable < Reference < Object

Emitted when function-call arguments are finalized.

Constructors

new(type_value : ResponseFunctionCallArgumentsDoneEventType = ResponseFunctionCallArgumentsDoneEventType::ResponseFunctionCallArgumentsDone, item_id : String = "", name : String = "", output_index : Int64 = 0, sequence_number : Int64 = 0, arguments : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

arguments

The function-call arguments.

Source
arguments=(arguments : String)

The function-call arguments.

Source
item_id

The ID of the item.

Source
item_id=(item_id : String)

The ID of the item.

Source
name

The name of the function that was called.

Source
name=(name : String)

The name of the function that was called.

Source
output_index

The index of the output item.

Source
output_index=(output_index : Int64)

The index of the output item.

Source
sequence_number

The sequence number of this event.

Source
sequence_number=(sequence_number : Int64)

The sequence number of this event.

Source
type_value
Source
type_value=(type_value : ResponseFunctionCallArgumentsDoneEventType)
Source