langchain.js
Preparing search index...
@langchain/xai
ChatXAICallOptions
Interface ChatXAICallOptions
interface
ChatXAICallOptions
{
headers
?:
Record
<
string
,
string
>
;
tool_choice
?:
OpenAIToolChoice
;
tools
?:
any
[]
;
}
Hierarchy (
View Summary
)
BaseDynamicToolInput
ChatXAICallOptions
Index
Properties
headers?
tool_
choice?
tools?
Properties
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
tool_
choice
tool_choice
?:
OpenAIToolChoice
Optional
tools
tools
?:
any
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
tool_
choice
tools
langchain.js
Loading...