Skip to content

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