Format fix

This commit is contained in:
Paul Kompfner
2025-10-08 17:19:46 -04:00
parent deaeb75a1f
commit cf90071926

View File

@@ -658,7 +658,7 @@ class GeminiMultimodalLiveLLMService(LLMService):
# Session resumption
self._session_resumption_handle: Optional[str] = None
# Bookkeeping for ending gracefully (i.e. after the bot is finished)
self._end_frame_pending_bot_turn_finished: Optional[EndFrame] = None