RTVI: fix premature bot-tts-text messages (#1193)

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-10 10:37:54 -08:00
committed by GitHub
parent 081abcedb3
commit 32baee924b
2 changed files with 44 additions and 6 deletions

View File

@@ -42,6 +42,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`RTVIBotLLMProcessor`) are now deprecated, instantiate an `RTVIObserver`
instead.
### Fixed
- Fixed an `RTVI` issue that was causing `bot-tts-text` messages to be sent
before being processed by the output transport.
## [0.0.56] - 2025-02-06
### Changed