Waiting for the LLM response to reset.

This commit is contained in:
Filipi Fuchter
2025-06-02 22:15:53 -03:00
parent 9b71bdc608
commit fc24267e09

View File

@@ -83,7 +83,7 @@ class GoogleUserContextAggregator(OpenAIUserContextAggregator):
await self.push_frame(frame)
# Reset our accumulator state.
self.reset()
await self.reset()
class GoogleAssistantContextAggregator(OpenAIAssistantContextAggregator):