The image output from the code interpreter.

interface Image {
    type: "image";
    url: string;
}

Properties

Properties

type: "image"

The type of the output. Always 'image'.

url: string

The URL of the image output from the code interpreter.