ResponseWebSearchCallItem interface
A response item that represents a web search call.
- Extends
Properties
| id | The unique ID of the web search tool call. |
| status | The status of the web search tool call. |
| type | The type of the item. Always 'web_search_call'. |
Inherited Properties
| object |
Property Details
id
The unique ID of the web search tool call.
id?: string
Property Value
string
status
The status of the web search tool call.
status: string
Property Value
string
type
The type of the item. Always 'web_search_call'.
type: "web_search_call"
Property Value
"web_search_call"