Implement ending GeminiMultimodalLiveLLMService gracefully (i.e. after the bot is finished)

This commit is contained in:
Paul Kompfner
2025-10-08 14:42:45 -04:00
parent 13a0522546
commit a666327d70
3 changed files with 232 additions and 3 deletions

View File

@@ -70,6 +70,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- `GeminiMultimodalLiveLLMService` will now end gracefully (i.e. after the bot
has finished) upon receiving an `EndFrame`.
- Fixed an issue with `AWSNovaSonicLLMService` where the client wouldn't
connect due to a breaking change in the AWS dependency chain.