mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 16:22:49 +00:00
preparing new verions
This commit is contained in:
@@ -838,7 +838,7 @@ class Crew(BaseModel):
|
||||
None,
|
||||
)
|
||||
|
||||
def replay_from_task(
|
||||
def replay(
|
||||
self, task_id: str, inputs: Optional[Dict[str, Any]] = None
|
||||
) -> CrewOutput:
|
||||
stored_outputs = self._task_output_handler.load()
|
||||
|
||||
Reference in New Issue
Block a user