agentle.mcp.models.image_contentΒΆ

Image Content Module for MCP.

This module defines the ImageContent class which represents image content in the Model Control Protocol (MCP) system. It provides a structure for including base64-encoded images within messages or responses.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

Annotations(*[, audience, priority])

Metadata annotations for MCP content.

BaseModel()

Alias for pydantic.BaseModel.

ConfigDict

Alias for pydantic.ConfigDict.

ImageContent(*, data, mimeType[, ...])

Image content for a message in the MCP system.