test: add test for emotive ack rotation not gated on v2 queue eligibility
deploy / deploy (push) Successful in 31s
deploy / deploy (push) Successful in 31s
This commit is contained in:
@@ -823,7 +823,11 @@ def _media_registration_from_row(row: VoiceAISessionRow, *, queue_code: str | No
|
||||
voice_v2_duplex=bool(voice_v2_for_session and _voice_v2_duplex_enabled()),
|
||||
voice_v2_streaming_asr_backend=streaming_backend,
|
||||
voice_v2_prebaked_ack=bool(voice_v2_for_session and _voice_v2_prebaked_ack_enabled()),
|
||||
voice_v2_emotive_ack=bool(voice_v2_for_session and _voice_v2_emotive_ack_enabled()),
|
||||
# Deliberately NOT gated on voice_v2_for_session: phrase-variant rotation only
|
||||
# needs a text pool + live TTS, not the v2 duplex/partial-ASR pipeline, so calls
|
||||
# outside the v2 queue allowlist still get varied fillers instead of always the
|
||||
# single fixed "Секунду." fallback string.
|
||||
voice_v2_emotive_ack=bool(_voice_v2_emotive_ack_enabled()),
|
||||
voice_v2_emotive_ack_ru_only=bool(_voice_v2_emotive_ack_ru_only()),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user