@squidcloud/client
    Preparing search index...

    Interface AskWithVoiceResponse

    Response format for AI-generated voice responses. Contains the AI-generated text response and the corresponding audio file.

    interface AskWithVoiceResponse {
        responseString: string;
        voiceResponseFile: File;
    }
    Index

    Properties

    responseString: string

    AI-generated response as a string.

    voiceResponseFile: File

    AI-generated voice response as an audio file.