콘텐츠로 이동

RealtimeToolCallItem

이 콘텐츠는 아직 번역되지 않았습니다.

type RealtimeToolCallItem = object;
arguments: string;
itemId: string;
name: string;
output: null | string;
optional previousItemId: null | string;
status: "in_progress" | "completed" | "incomplete";
type: "function_call";