Post-F: закрепить документный приоритет над bank cue

This commit is contained in:
2026-04-24 15:36:04 +03:00
parent 394eef066e
commit 7d9ba76cc5
3 changed files with 29 additions and 0 deletions
@@ -2140,6 +2140,14 @@ function resolveUnicodeAddressIntentBridge(text: string): AddressIntentResolutio
);
}
if (hasDocumentCue && (hasCounterpartyCue || hasLooseCounterpartyByAnchor) && !hasContractCue) {
return unicodeBridgeResolution(
"list_documents_by_counterparty",
"high",
"unicode_documents_by_counterparty_bridge_signal_detected"
);
}
if (hasBankCue && (hasCounterpartyCue || hasLooseCounterpartyByAnchor) && !hasContractCue) {
return unicodeBridgeResolution(
"bank_operations_by_counterparty",