Improve changelog skill: prioritize user-facing language and update example changelog

This commit is contained in:
Paul Kompfner
2026-03-09 10:45:33 -04:00
parent 16336a3ea4
commit 7f9169269c
2 changed files with 16 additions and 2 deletions

View File

@@ -1 +1 @@
- Added on-the-fly `Configure` support for `DeepgramFluxSTTService`. The `keyterm`, `eot_threshold`, `eager_eot_threshold`, and `eot_timeout_ms` settings can now be updated mid-stream via `STTUpdateSettingsFrame` without requiring a WebSocket reconnect.
- Deepgram Flux STT settings (`keyterm`, `eot_threshold`, `eager_eot_threshold`, `eot_timeout_ms`) can now be updated mid-stream via `STTUpdateSettingsFrame` without triggering a reconnect. The new values are sent to Deepgram as a Configure WebSocket message on the existing connection.