@squidcloud/client
    Preparing search index...

    Interface UpsertKnowledgeBaseContextsResponse

    Response structure for upserting contexts for an AiKnowledgeBase

    interface UpsertKnowledgeBaseContextsResponse {
        failures: UpsertContextStatusError[];
    }
    Index

    Properties

    Properties

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