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