ChatMessageImageContentItem interface
A structured chat content item containing an image reference.
- Extends
Properties
image_url | 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
image_url
An internet location, which must be accessible to the model,from which the image may be retrieved.
image_url: ChatMessageImageUrl
Property Value
type
The discriminated object type: always 'image_url' for this type.
type: "image_url"
Property Value
"image_url"