| Classes | |
|---|---|
| AudioContent | Audio provided to or from an LLM. |
| BlobResourceContents | The contents of a specific resource or sub-resource. |
| EmbeddedResource | The contents of a resource, embedded into a prompt or tool call result. It is up to the client how best to render embedded resources for the benefit of the LLM and/or the user. |
| ImageContent | An image provided to or from an LLM. |
| ResourceContents | The contents of a specific resource or sub-resource. |
| ResourceLink | A resource that the server is capable of reading, included in a prompt or tool call result. Note: resource links returned by tools are not guaranteed to appear in the results of |
| TextContent | Text provided to or from an LLM. |
| TextResourceContents | The contents of a specific resource or sub-resource. |
| Interfaces | |
| ContentBlock | Interface marker for content blocks provided to or from an LLM. |