mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +00:00
ensure replay is delcared when replaying specific tasks
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user