Merge pull request #2298 from pipecat-ai/filipi/google_interruptions

Fixed an issue in GoogleLLMService where interruptions did not work when an interruption strategy was used.
This commit is contained in:
Filipi da Silva Fuchter
2025-07-30 17:49:07 -03:00
committed by GitHub
2 changed files with 9 additions and 14 deletions

View File

@@ -95,6 +95,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue in `GoogleLLMService` where interruptions did not work when an
interruption strategy was used.
- Fixed an issue in the `TranscriptProcessor` where newline characters could
cause the transcript output to be corrupted (e.g. missing all spaces).