@squidcloud/client
    Preparing search index...

    Interface UpsertContextDuplicateOf

    The existing context a DUPLICATE_CONTENT rejection points at — where the byte-identical original already lives.

    interface UpsertContextDuplicateOf {
        contextId: string;
        folderPath?: string;
        reference?: string;
    }
    Index

    Properties

    contextId: string

    The id of the already-stored context whose content is byte-identical to the rejected request.

    folderPath?: string

    The existing context's folderPath metadata, when it was ingested with a folder path.

    reference?: string

    The existing context's source reference (file name / URL), when it has one.