v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-anthropic/experimental
ChatAnthropicToolsCallOptions
Interface ChatAnthropicToolsCallOptions
interface
ChatAnthropicToolsCallOptions
{
tool_choice
?:
"auto"
|
{
function
:
{
name
:
string
;
}
;
type
:
"function"
;
}
;
tools
?:
ToolDefinition
[]
;
}
Hierarchy (
view full
)
Toolkit
ChatAnthropicToolsCallOptions
Index
Properties
tool_
choice?
tools?
Properties
Optional
tool_
choice
tool_
choice
?:
"auto"
|
{
function
:
{
name
:
string
;
}
;
type
:
"function"
;
}
Optional
tools
tools
?:
ToolDefinition
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
tool_
choice
tools
LangChain.js - v0.2.10
Loading...