From 1ca68aff08df4580954359a4b1549a045e79f111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Salda=C3=B1a?= Date: Tue, 3 Dec 2024 10:09:30 -0500 Subject: [PATCH] Update reset memories command based on the SDK (#1688) Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com> --- docs/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index a78a56182..9ec3170e1 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -349,7 +349,7 @@ Replace `` with the ID of the task you want to replay. If you need to reset the memory of your crew before running it again, you can do so by calling the reset memory feature: ```shell -crewai reset-memory +crewai reset-memories --all ``` This will clear the crew's memory, allowing for a fresh start.