Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface AudioContentBlock

    Audio referenced by content digest, the same digest form as ImageContentBlock.

    audio entered SurfaceKind with native signed audio input: the bytes are a user attachment recorded through the session spine, never model output. No adapter emits this block; the assembler and recorder refuse it the way they refuse image, and the shape exists so the closed-union proof below stays total instead of being relaxed.

    interface AudioContentBlock {
        kind: "audio";
        mediaType: string;
        sha256: string;
    }
    Index
    kind: "audio"
    mediaType: string

    IANA media type, e.g. audio/wav.

    sha256: string

    Digest of the audio bytes, which live in the evidence blob store.