АДРЕСНЫЙ РЕЖИМ -ADDRESS: стабилизация контекстных цепочек и live-якорей (договор 19/15)
This commit is contained in:
@@ -385,7 +385,7 @@ function hasContractAnchorSignal(text: string): boolean {
|
||||
if (hasContractAnchorMention(text)) {
|
||||
return true;
|
||||
}
|
||||
// Allow short forms like "15/24" for follow-up prompts if document/bank signal exists.
|
||||
// Allow short forms like "19/15" for follow-up prompts if document/bank signal exists.
|
||||
return hasContractNumberLikeToken(text) && hasDocsOrBankSignal(text);
|
||||
}
|
||||
|
||||
@@ -630,3 +630,4 @@ export function resolveAddressIntent(userMessage: string): AddressIntentResoluti
|
||||
reasons: ["intent_not_supported_in_v1"]
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user