Post-F: закрепить документный приоритет над bank cue
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user