uni-flow 公开 API(中文注解) / ToolCall
Interface: ToolCall
Defined in: core/types.ts:24
一次工具调用请求。
Properties
arguments
arguments:
Record<string,unknown>
Defined in: core/types.ts:30
调用参数。
id
id:
string
Defined in: core/types.ts:26
调用 id(便于与结果关联)。
name
name:
string
Defined in: core/types.ts:28
工具名。