LangGraph.js API Reference
Back to documentation
Preparing search index...
@langchain/langgraph-sdk
react
DefaultToolCall
Type Alias DefaultToolCall
Default tool call type when no specific tool definitions are provided.
type
DefaultToolCall
=
{
args
:
{
[
x
:
string
]:
any
}
;
id
?:
string
;
name
:
string
;
type
?:
"tool_call"
;
}
Index
Properties
args
id?
name
type?
Properties
args
args
:
{
[
x
:
string
]:
any
}
Optional
id
id
?:
string
name
name
:
string
Optional
type
type
?:
"tool_call"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
id
name
type
Back to documentation
LangGraph.js API Reference
Loading...
Default tool call type when no specific tool definitions are provided.