返回文档
正在准备搜索索引...
搜索索引不可用
API 参考
API 参考
langgraph/prebuilt
createFunctionCallingExecutor
函数 createFunctionCallingExecutor
create
Function
Calling
Executor
<
Model
>
(
__namedParameters
)
:
CompiledStateGraph
<
FunctionCallingExecutorState
,
Partial
<
FunctionCallingExecutorState
>
,
typeof
START
|
"agent"
|
"action"
>
类型参数
Model
extends
object
参数
__namedParameters
:
{
model
:
Model
;
tools
:
(
RunnableToolLike
<
ZodType
<
any
,
ZodTypeDef
,
any
>
,
unknown
>
|
StructuredToolInterface
<
ZodObjectAny
>
)
[]
|
ToolExecutor
;
}
model
:
Model
tools
:
(
RunnableToolLike
<
ZodType
<
any
,
ZodTypeDef
,
any
>
,
unknown
>
|
StructuredToolInterface
<
ZodObjectAny
>
)
[]
|
ToolExecutor
返回值
CompiledStateGraph
<
FunctionCallingExecutorState
,
Partial
<
FunctionCallingExecutorState
>
,
typeof
START
|
"agent"
|
"action"
>
已弃用
请使用
createReactAgent
以及工具调用。
设置
成员可见性
受保护的
私有的
继承的
外部的
主题
操作系统
浅色
深色
API 参考
加载中...
已弃用
请使用 createReactAgent 以及工具调用。