Fixed an issue where EndTaskFrame was not triggering on_client_disconnected or closing the WebSocket in FastAPI.

This commit is contained in:
Filipi Fuchter
2025-02-21 09:11:58 -03:00
parent 91fcaebe25
commit 7c7b4c52af
2 changed files with 89 additions and 33 deletions

View File

@@ -32,6 +32,8 @@ stt = DeepgramSTTService(..., live_options=LiveOptions(model="nova-2-general"))
### Fixed
- Fixed an issue where `EndTaskFrame` was not triggering `on_client_disconnected` or closing the WebSocket in FastAPI.
- Fixed a context aggregator issue that would not append the LLM text response
to the context if a function call happened in the same LLM turn.