restore vision/image backwards compatibility

This commit is contained in:
Aleix Conchillo Flaqué
2025-11-07 08:53:58 -08:00
parent 3daa1b7850
commit 8d0364b630
5 changed files with 51 additions and 1 deletions

View File

@@ -108,6 +108,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Restore backwards compatibility for vision/image features (broken in 0.0.92)
when using non-universal context and assistant aggregators.
- Fixed `DeepgramSTTService._disconnect()` to properly await `is_connected()`
method call, which is an async coroutine in the Deepgram SDK.