From 99d023c5f33636be1ff9eb473aa761eb8a4a36c9 Mon Sep 17 00:00:00 2001 From: ResearchAI <46435010+wuloi@users.noreply.github.com> Date: Sat, 27 Jul 2024 05:40:47 +0800 Subject: [PATCH] Update reset_memories_command.py (#974) --- src/crewai/cli/reset_memories_command.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/crewai/cli/reset_memories_command.py b/src/crewai/cli/reset_memories_command.py index 68d82a92a..c4808594f 100644 --- a/src/crewai/cli/reset_memories_command.py +++ b/src/crewai/cli/reset_memories_command.py @@ -9,10 +9,14 @@ from crewai.utilities.task_output_storage_handler import TaskOutputStorageHandle def reset_memories_command(long, short, entity, kickoff_outputs, all) -> None: """ - Replay the crew execution from a specific task. + Reset the crew memories. Args: - task_id (str): The ID of the task to replay from. + long (bool): Whether to reset the long-term memory. + short (bool): Whether to reset the short-term memory. + entity (bool): Whether to reset the entity memory. + kickoff_outputs (bool): Whether to reset the latest kickoff task outputs. + all (bool): Whether to reset all memories. """ try: