返回文档
准备搜索索引...
搜索索引不可用
API 参考
API 参考
langgraph/prebuilt
ToolExecutorArgs
接口 ToolExecutorArgs
已弃用
请使用
ToolNode
代替。
interface
ToolExecutorArgs
{
invalidToolMsgTemplate
?:
string
;
tools
:
(
RunnableToolLike
<
ZodType
<
any
,
ZodTypeDef
,
any
>
,
unknown
>
|
StructuredToolInterface
<
ZodObjectAny
>
)
[]
;
}
索引
属性
无效
工具
消息
模板?
工具
属性
可选的
无效
工具
消息
模板
无效
工具
消息
模板
?:
string
默认
{
INVALID_TOOL_MSG_TEMPLATE
}
Copy
工具
工具
:
(
RunnableToolLike
<
ZodType
<
any
,
ZodTypeDef
,
any
>
,
unknown
>
|
StructuredToolInterface
<
ZodObjectAny
>
)
[]
设置
成员可见性
受保护的
继承的
外部
主题
OS
浅色
深色
本页
无效
工具
消息
模板
工具
API 参考
加载中...
已弃用
请使用 ToolNode 代替。