langchain.js
Preparing search index...
@langchain/xai
XAIResponsesWebSearchToolCall
Interface XAIResponsesWebSearchToolCall
Web search tool call from a previous response.
interface
XAIResponsesWebSearchToolCall
{
id
:
string
;
status
?:
"in_progress"
|
"searching"
|
"completed"
|
"failed"
;
type
:
"web_search_call"
;
}
Index
Properties
id
status?
type
Properties
id
id
:
string
The ID of the tool call.
Optional
status
status
?:
"in_progress"
|
"searching"
|
"completed"
|
"failed"
The search status.
type
type
:
"web_search_call"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
status
type
langchain.js
Loading...
Web search tool call from a previous response.