Update 26a to use context aggregator transcription events

This commit is contained in:
Mark Backman
2026-01-13 14:13:32 -05:00
parent 15bc1dd999
commit bb00d223c9
3 changed files with 23 additions and 17 deletions

View File

@@ -1464,7 +1464,7 @@ class GeminiLiveLLMService(LLMService):
# so bracket each thought in start/end frames
await self.push_frame(LLMThoughtStartFrame())
await self.push_frame(LLMThoughtTextFrame(text))
await self.push_frame(LLMThoughtEndFrame(signature=part.thought_signature))
await self.push_frame(LLMThoughtEndFrame())
else:
# Regular text response
self._bot_text_buffer += text