Miquel Farré commited on
Commit
b2b8e42
·
1 Parent(s): 262e406
Files changed (1) hide show
  1. e2bqwen.py +1 -0
e2bqwen.py CHANGED
@@ -291,6 +291,7 @@ REMEMBER TO ALWAYS CLICK IN THE MIDDLE OF THE TEXT, NOT ON THE SIDE, NOT UNDER.
291
  last_step = self.memory.steps[-1] if self.memory.steps else None
292
 
293
  for memory_step in self.memory.steps:
 
294
  if hasattr(memory_step, "task") and memory_step.task:
295
  # Add task message if it exists
296
  messages.append({
 
291
  last_step = self.memory.steps[-1] if self.memory.steps else None
292
 
293
  for memory_step in self.memory.steps:
294
+ print(f"Memory step {memory_step}")
295
  if hasattr(memory_step, "task") and memory_step.task:
296
  # Add task message if it exists
297
  messages.append({