@modelcontextprotocol/sdk
    Preparing search index...

    Variable AudioContentSchemaConst

    AudioContentSchema: ZodObject<
        { data: ZodString; mimeType: ZodString; type: ZodLiteral<"audio"> },
        "passthrough",
        ZodTypeAny,
        objectOutputType<
            { data: ZodString; mimeType: ZodString; type: ZodLiteral<"audio"> },
            ZodTypeAny,
            "passthrough",
        >,
        objectInputType<
            { data: ZodString; mimeType: ZodString; type: ZodLiteral<"audio"> },
            ZodTypeAny,
            "passthrough",
        >,
    > = ...

    An Audio provided to or from an LLM.