Post-F: закрепить документный приоритет над bank cue
This commit is contained in:
@@ -1645,6 +1645,9 @@ function resolveUnicodeAddressIntentBridge(text) {
|
||||
/(?:хвост|задержк|проблем|систематическ)/iu.test(normalized)) {
|
||||
return unicodeBridgeResolution("list_payables_counterparties", "high", "supplier_tail_risk_signal_detected");
|
||||
}
|
||||
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", "high", "unicode_bank_ops_by_counterparty_bridge_signal_detected");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user