ChatMessageImageContentItem interface

A structured chat content item containing an image reference.

Extends

Properties

imageUrl

An internet location, which must be accessible to the model,from which the image may be retrieved.

type

The discriminated object type: always 'image_url' for this type.

Property Details

imageUrl

An internet location, which must be accessible to the model,from which the image may be retrieved.

imageUrl: ChatMessageImageUrl

Property Value

type

The discriminated object type: always 'image_url' for this type.

type: "image_url"

Property Value

"image_url"