콘텐츠로 이동

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";