콘텐츠로 이동

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