dd-trace
    Preparing search index...

    Interface AudioPart

    Represents an audio segment attached to an LLM chat model message.

    interface AudioPart {
        content: string;
        mimeType: string;
    }
    Index
    content: string

    The audio content as a base64-encoded string

    mimeType: string

    The MIME type of the audio (e.g. "audio/wav", "audio/mpeg")