Package version:

Interface MessageImageUrlParam

Defines how an external image URL is referenced when creating an image-URL block.

interface MessageImageUrlParam {
    detail?: ImageDetailLevel;
    url: string;
}

Properties

Properties

Optional detail level for the image (auto, low, or high). Defaults to 'auto' if not specified.

url: string

The publicly accessible URL of the external image.