class

OpenAI::ResponseWebSearchCallSearchingEvent

Inherits JSON::Serializable < Reference < Object

Emitted when a web search call is executing.

Constructors

new(type_value : ResponseWebSearchCallSearchingEventType = ResponseWebSearchCallSearchingEventType::ResponseWebSearchCallSearching, 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

Unique ID for the output item associated with the web search call.

Source
item_id=(item_id : String)

Unique ID for the output item associated with the web search call.

Source
output_index

The index of the output item that the web search call is associated with.

Source
output_index=(output_index : Int64)

The index of the output item that the web search call is associated with.

Source
sequence_number

The sequence number of the web search call being processed.

Source
sequence_number=(sequence_number : Int64)

The sequence number of the web search call being processed.

Source
type_value

The type of the event. Always response.web_search_call.searching.

Source
type_value=(type_value : ResponseWebSearchCallSearchingEventType)

The type of the event. Always response.web_search_call.searching.

Source