langchain.js
Preparing search index...
@langchain/langgraph
prebuilt
ToolExecutorArgs
Interface ToolExecutorArgs
Deprecated
Use
ToolNode
instead.
interface
ToolExecutorArgs
{
invalidToolMsgTemplate
?:
string
;
tools
:
(
|
StructuredToolInterface
<
ToolInputSchemaBase
,
any
,
any
>
|
RunnableToolLike
<
InteropZodType
,
unknown
>
)
[]
;
}
Index
Properties
invalid
Tool
Msg
Template?
tools
Properties
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
Properties
invalid
Tool
Msg
Template
tools
langchain.js
Loading...
Deprecated
Use ToolNode instead.