Record
image-content
An image provided to or from an LLM.
See: https://modelcontextprotocol.io/specification/2025-06-18/schema#imagecontent
record image-content {
data: data,
mime-type: string,
options: option<content-options>,
}Fields
| Name | Type | Description |
|---|---|---|
| data | data | The base64-encoded image data. |
| mime-type | string | The MIME type of the image. Different providers may support different image types. |
| options | option<content-options> |