跳转到内容

AgentToolInvocation

此内容尚不支持你的语言。

type AgentToolInvocation = Readonly<{
toolArguments?: string;
toolCallId?: string;
toolName: string;
}>;