AAI SDK
    Preparing search index...

    Variable ReadyConfigSchemaConst

    ReadyConfigSchema: z.ZodObject<
        {
            audioFormat: z.ZodEnum<{ pcm16: "pcm16" }>;
            sampleRate: z.ZodNumber;
            ttsSampleRate: z.ZodNumber;
        },
        z.core.$strip,
    >

    Zod schema for ReadyConfig.