Merge pull request #3431 from pipecat-ai/mb/update-realtime-examples-transcript-handler

Update GeminiLiveLLMService to push thought frames, update 26a for new transcript events
This commit is contained in:
Mark Backman
2026-01-13 17:10:40 -05:00
committed by GitHub
3 changed files with 38 additions and 20 deletions

View File

@@ -0,0 +1 @@
- Updated `GeminiLiveLLMService` to push `LLMThoughtStartFrame`, `LLMThoughtTextFrame`, and `LLMThoughtEndFrame` when the model returns thought content.