@squidcloud/client
    Preparing search index...

    Type Alias AiAskOptionsWithVoice<T>

    AiAskOptionsWithVoice: Omit<AiChatOptions<T>, "smoothTyping"> & { model?: T }

    Options for AI-generated responses that include voice-specific settings but excludes smooth typing.

    Type Parameters