RealtimeToolCallItem
このコンテンツはまだ日本語訳がありません。
type RealtimeToolCallItem = object;
Type declaration
Section titled “Type declaration”arguments
Section titled “arguments”arguments: string;
itemId
Section titled “itemId”itemId: string;
name: string;
output
Section titled “output”output: null | string;
previousItemId?
Section titled “previousItemId?”optional previousItemId: null | string;
status
Section titled “status”status: "in_progress" | "completed";
type: "function_call";