fix to make on_user_turn_stop_timeout work with ExternalUserTurnStrategies

This commit is contained in:
Mark Backman
2026-01-14 20:01:50 -05:00
parent e7b5ff49f4
commit f3993f1775
3 changed files with 77 additions and 6 deletions

1
changelog/3454.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed an issue where `on_user_turn_stop_timeout` could fire while a user is talking when using `ExternalUserTurnStrategies`.