Архитектура: сделать phase12 replay time-stable и вернуть честный acceptance gate для today-сценариев
This commit is contained in:
@@ -87,12 +87,12 @@
|
||||
"inventory_on_hand_as_of_date"
|
||||
],
|
||||
"required_filters": {
|
||||
"as_of_date": "2026-04-18",
|
||||
"as_of_date": "{{runtime.today_iso}}",
|
||||
"organization": "ООО Альтернатива Плюс"
|
||||
},
|
||||
"required_direct_answer_patterns_any": [
|
||||
"(?i)на складе|остат",
|
||||
"18\\.04\\.2026"
|
||||
"{{runtime.today_dot_regex}}"
|
||||
],
|
||||
"criticality": "critical",
|
||||
"semantic_tags": [
|
||||
@@ -302,11 +302,11 @@
|
||||
"payables_confirmed_as_of_date"
|
||||
],
|
||||
"required_filters": {
|
||||
"as_of_date": "2026-04-18"
|
||||
"as_of_date": "{{runtime.today_iso}}"
|
||||
},
|
||||
"required_direct_answer_patterns_any": [
|
||||
"(?i)долг к оплате|обязательств",
|
||||
"18\\.04\\.2026"
|
||||
"{{runtime.today_dot_regex}}"
|
||||
],
|
||||
"criticality": "critical",
|
||||
"semantic_tags": [
|
||||
@@ -326,10 +326,10 @@
|
||||
],
|
||||
"required_direct_answer_patterns_any": [
|
||||
"(?i)дебитор",
|
||||
"18\\.04\\.2026"
|
||||
"{{runtime.today_dot_regex}}"
|
||||
],
|
||||
"required_filters": {
|
||||
"as_of_date": "2026-04-18"
|
||||
"as_of_date": "{{runtime.today_iso}}"
|
||||
},
|
||||
"criticality": "critical",
|
||||
"semantic_tags": [
|
||||
|
||||
Reference in New Issue
Block a user