@squidcloud/client
    Preparing search index...

    Interface AiKnowledgeBaseSearchResponse

    API response for searching an AiKnowledgeBase

    interface AiKnowledgeBaseSearchResponse {
        chunks: AiKnowledgeBaseSearchResultChunk[];
        graphContext?: AiKnowledgeBaseGraphContext;
    }
    Index

    Properties

    Array of result chunks from the search

    The subgraph traversed for a searchMode:'graph' query. Present only when graphOptions.includeGraphContext was set; absent for all other searches.