ChatMessageImageContentItem interface
A structured chat content item containing an image reference.
- Extends
Properties
image |
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"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript