langchain.js
Preparing search index...
@langchain/xai
XAIResponsesToolChoiceFunction
Interface XAIResponsesToolChoiceFunction
Function tool choice object.
interface
XAIResponsesToolChoiceFunction
{
function
:
{
name
:
string
}
;
type
:
"function"
;
}
Index
Properties
function
type
Properties
function
function
:
{
name
:
string
}
Type Declaration
name
:
string
The name of the function to call.
type
type
:
"function"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
function
type
langchain.js
Loading...
Function tool choice object.