@squidcloud/client
    Preparing search index...

    Interface UpsertKnowledgeBaseContextResponse

    Response structure for upserting context for an AiKnowledgeBase

    interface UpsertKnowledgeBaseContextResponse {
        failure?: UpsertContextStatusError;
        graphIndexingSkipped?: boolean;
    }
    Index

    List of the upsert status of each item sent in the request.

    graphIndexingSkipped?: boolean

    Set when the context was stored (and is fully searchable via vector/keyword) but NOT graph-indexed because the knowledge base is over its per-KB graph chunk cap. Only GraphRAG coverage is absent; the singular counterpart of UpsertKnowledgeBaseContextsResponse.graphIndexingSkippedContextIds.