OpenAI::ResponseWebSearchCallSearchingEvent
Inherits JSON::Serializable < Reference < Object
Emitted when a web search call is executing.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ResponseWebSearchCallSearchingEventType = ResponseWebSearchCallSearchingEventType::ResponseWebSearchCallSearching, output_index : Int64 = 0, item_id : String = "", sequence_number : Int64 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
output_index=(output_index : Int64)
The index of the output item that the web search call is associated with.
sequence_number=(sequence_number : Int64)
The sequence number of the web search call being processed.
type_value=(type_value : ResponseWebSearchCallSearchingEventType)
The type of the event. Always response.web_search_call.searching.