Record
audio-content
Audio provided to or from an LLM.
See: https://modelcontextprotocol.io/specification/2025-06-18/schema#audiocontent
record audio-content {
data: data,
mime-type: string,
options: option<content-options>,
}Fields
| Name | Type | Description |
|---|---|---|
| data | data | 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> |