コンテンツにスキップ

ComputerCallResultItem

このコンテンツはまだ日本語訳がありません。

type ComputerCallResultItem = object;
callId: string;
optional id?: string;
output: object;
data: string;
optional providerData?: Record<string, any>;
type: "computer_screenshot";
optional providerData?: Record<string, any>;
type: "computer_call_result";