LangGraph.js API Reference
Back to documentation
Preparing search index...
langgraph
prebuilt
ToolExecutorArgs
Interface ToolExecutorArgs
Deprecated
Use
ToolNode
instead.
interface
ToolExecutorArgs
{
invalidToolMsgTemplate
?:
string
;
tools
:
(
|
StructuredToolInterface
<
ToolInputSchemaBase
,
any
,
any
>
|
RunnableToolLike
<
InteropZodType
,
unknown
>
)
[]
;
}
Index
Deprecated
invalid
Tool
Msg
Template?
tools
Deprecated
Optional
invalid
Tool
Msg
Template
invalidToolMsgTemplate
?:
string
Default
{
INVALID_TOOL_MSG_TEMPLATE
}
Copy
tools
tools
:
(
|
StructuredToolInterface
<
ToolInputSchemaBase
,
any
,
any
>
|
RunnableToolLike
<
InteropZodType
,
unknown
>
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Deprecated
invalid
Tool
Msg
Template
tools
Back to documentation
LangGraph.js API Reference
Loading...
Deprecated
Use ToolNode instead.