mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +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._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"
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user