MessageImageUrlParam interface
Defines how an external image URL is referenced when creating an image-URL block.
Properties
detail | Optional detail level for the image (auto, low, or high). Defaults to 'auto' if not specified. |
url | The publicly accessible URL of the external image. |
Property Details
detail
Optional detail level for the image (auto, low, or high). Defaults to 'auto' if not specified.
detail?: ImageDetailLevel
Property Value
url
The publicly accessible URL of the external image.
url: string
Property Value
string