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