langchain.js
Preparing search index...
@langchain/xai
XAIResponsesOutputWebSearchCall
Interface XAIResponsesOutputWebSearchCall
Web search call output item.
interface
XAIResponsesOutputWebSearchCall
{
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 web search call.
Optional
status
status
?:
"in_progress"
|
"searching"
|
"completed"
|
"failed"
The status of the web search.
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 call output item.