ensure replay is delcared when replaying specific tasks

This commit is contained in:
Lorenze Jay
2024-07-12 08:34:59 -07:00
parent e1589befb4
commit af4579f773

View File

@@ -765,7 +765,7 @@ class Crew(BaseModel):
self.tasks[i].output = task_output self.tasks[i].output = task_output
self._logging_color = "bold_blue" self._logging_color = "bold_blue"
result = self._execute_tasks(self.tasks, self.manager_agent, start_index) result = self._execute_tasks(self.tasks, self.manager_agent, start_index, True)
self._logging_color = "bold_purple" self._logging_color = "bold_purple"
return result return result