Record
text-content
Text provided to or from an LLM.
See: https://modelcontextprotocol.io/specification/2025-06-18/schema#textcontent
record text-content {
text: data,
options: option<content-options>,
}Fields
| Name | Type | Description |
|---|---|---|
| text | data | The text content of the message. |
| options | option<content-options> |