fix : reset of blocks

This commit is contained in:
martin legrand
2025-05-05 15:37:13 +02:00
parent de315a43a1
commit 101c103aeb
3 changed files with 6 additions and 2 deletions
+5
View File
@@ -140,6 +140,11 @@ class Interaction:
self.last_query = query
return query
def set_query(self, query: str) -> None:
"""Set the query"""
self.is_active = True
self.last_query = query
async def think(self) -> bool:
"""Request AI agents to process the user input."""
push_last_agent_memory = False