跳转到内容

FunctionCallItem

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

type FunctionCallItem = object;
arguments: string;
callId: string;
optional id: string;
name: string;
optional providerData: Record<string, any>;
optional status: "in_progress" | "completed" | "incomplete";
type: "function_call";