GeminiLiveLLMService supports context-provided system instruction and tools

This commit is contained in:
Paul Kompfner
2025-10-31 15:27:25 -04:00
parent af83f45a49
commit 87131850bc
3 changed files with 70 additions and 15 deletions

View File

@@ -17,6 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
you cancel a task with `PipelineTask.cancel(reason="cancellation your
reason")`.
### Fixed
- `GeminiLiveLLMService` now properly supports context-provided system
instruction and tools
## [0.0.92] - 2025-10-31 🎃 "The Haunted Edition" 👻
### Added