@squidcloud/client
    Preparing search index...

    Type Alias AskOptionsWithoutVoice

    AskOptionsWithoutVoice: Omit<
        AiAgentChatOptions,
        "voiceOptions"
        | "smoothTyping",
    >

    Options for AI-generated responses that exclude voice-specific settings and smooth typing behavior.