fix: OpenAIRealtimeBetaLLMService writes two assistant messages to the context

This commit is contained in:
Mark Backman
2025-05-01 12:28:56 -04:00
parent a6a4d3d71f
commit 6a907058de
3 changed files with 10 additions and 14 deletions

View File

@@ -87,6 +87,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue where `OpenAIRealtimeBetaLLMService` would add two assistant
messages to the context.
- Fixed an issue with `GeminiMultimodalLiveLLMService` where the context
contained tokens instead of words.