@modelcontextprotocol/sdk
    Preparing search index...

    Variable AudioContentSchemaConst

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

    An Audio provided to or from an LLM.