@squidcloud/client
    Preparing search index...

    Interface AiKnowledgeBaseDownloadContextResponse

    Response structure with the URL to download the specified context.

    Can be undefined if the file is not available in Squid.

    interface AiKnowledgeBaseDownloadContextResponse {
        url?: string;
    }
    Index

    Properties

    Properties

    url?: string

    The URL to download the file, if available.