A computer screenshot image used with the computer use tool.

interface Output {
    file_id?: string;
    image_url?: string;
    type: "computer_screenshot";
}

Properties

file_id?: string

The identifier of an uploaded file that contains the screenshot.

image_url?: string

The URL of the screenshot image.

type: "computer_screenshot"

Specifies the event type. For a computer screenshot, this property is always set to computer_screenshot.