Fix: Resolve an issue where Google LLM context messages were causing a TypeError

This commit is contained in:
Mark Backman
2025-03-26 13:55:42 -04:00
parent cc9e4047d0
commit b414077a07
2 changed files with 21 additions and 3 deletions

View File

@@ -27,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue in `RTVIObserver` that prevented handling of Google LLM
context messages. The observer now processes both OpenAI-style and
Google-style contexts.
- Fixed an issue in Daily involving switching virtual devices, by bumping the
daily-python dependency to >= 0.16.1.