Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Image

import type { Image } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

An image, with a link to the main image and a thumbnail.

interface Image {
error?: Status;
sourceImage?: ToolOutputReference;
stepId?: string;
thumbnail?: Thumbnail;
}

§Properties

§
error?: Status
[src]

An error explaining why the thumbnail could not be rendered.

§

A reference to the full-size, original image. This is the same as the tool_outputs entry for the image under its Step. Always set.

§
stepId?: string
[src]

The step to which the image is attached. Always set.

§
thumbnail?: Thumbnail
[src]

The thumbnail.