proposit-core
    Preparing search index...

    Variable SOURCE_ANCHOR_NOTE_CODESConst

    SOURCE_ANCHOR_NOTE_CODES: {
        ambiguous: "SOURCE_ANCHOR_AMBIGUOUS";
        inputUnavailable: "SOURCE_ANCHOR_INPUT_UNAVAILABLE";
        unresolved: "SOURCE_ANCHOR_UNRESOLVED";
    } = ...

    Non-fatal note codes for anchor resolution. Neither stops assembly: an unresolved quote yields no anchor, and an ambiguous one yields the nearest-hint winner. Both are reported because silence here is indistinguishable from success — a model that starts paraphrasing would otherwise take anchor coverage to zero with no signal.

    Type Declaration

    • Readonlyambiguous: "SOURCE_ANCHOR_AMBIGUOUS"
    • ReadonlyinputUnavailable: "SOURCE_ANCHOR_INPUT_UNAVAILABLE"
    • Readonlyunresolved: "SOURCE_ANCHOR_UNRESOLVED"