Fix voice greeting test marker to hit the actually-served default
deploy / deploy (push) Canceled after 25h17m2s
deploy / deploy (push) Canceled after 25h17m2s
The previous marker was added to operator_persona.py's inline fallback, which only fires when config is None. Every real call path loads a populated AIOperatorConfig via load_effective_ai_operator_config(), so ai_operator_default_config() in services/shared/ai_operator_config.py is the default that's actually served.
This commit is contained in:
@@ -27,7 +27,7 @@ def ai_operator_default_config() -> AIOperatorConfig:
|
||||
),
|
||||
identity_reply_ru="Я Айнур, оператор контакт-центра DigiOps. Чем могу помочь?",
|
||||
identity_reply_kz="Мен Айнурмын, DigiOps байланыс орталығының операторымын. Қалай көмектесе аламын?",
|
||||
voice_greeting_ru="Здравствуйте. Я Айнур. Подскажите, пожалуйста, чем помочь.",
|
||||
voice_greeting_ru="Здравствуйте. Я Айнур. Подскажите, пожалуйста, чем помочь. (тест деплоя)",
|
||||
voice_greeting_kz="Сәлеметсіз бе. Мен Айнурмын. Қалай көмектесе аламын?",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user