ServerEventResponseWebSearchCallSearching interface
Returned when a web search call is searching.
- Extends
Properties
| item |
The ID of the item. |
| output |
The index of the output item in the response. |
| response |
The ID of the response. |
| sequence |
The sequence number of the web search call. |
| type | The event type, must be |
Inherited Properties
| event |
Property Details
itemId
The ID of the item.
itemId: string
Property Value
string
outputIndex
The index of the output item in the response.
outputIndex: number
Property Value
number
responseId
The ID of the response.
responseId: string
Property Value
string
sequenceNumber
The sequence number of the web search call.
sequenceNumber: number
Property Value
number
type
The event type, must be response.web_search_call.searching.
type: "response.web_search_call.searching"
Property Value
"response.web_search_call.searching"