class

OpenAI::ResponseFileSearchCallInProgressEvent

Inherits JSON::Serializable < Reference < Object

Emitted when a file search call is initiated.

Constructors

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

Instance methods

item_id

The ID of the output item that the file search call is initiated.

Source
item_id=(item_id : String)

The ID of the output item that the file search call is initiated.

Source
output_index

The index of the output item that the file search call is initiated.

Source
output_index=(output_index : Int64)

The index of the output item that the file search call is initiated.

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 type of the event. Always response.file_search_call.in_progress.

Source
type_value=(type_value : ResponseFileSearchCallInProgressEventType)

The type of the event. Always response.file_search_call.in_progress.

Source