FunctionCallItem
このコンテンツはまだ日本語訳がありません。
type FunctionCallItem = object;
Type declaration
Section titled “Type declaration”arguments
Section titled “arguments”arguments: string;
callId
Section titled “callId”callId: string;
optional id: string;
name: string;
providerData?
Section titled “providerData?”optional providerData: Record<string, any>;
status?
Section titled “status?”optional status: "in_progress" | "completed" | "incomplete";
type: "function_call";