mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-04 06:29:22 +00:00
Fixed typo, added the recommendations
This commit is contained in:
@@ -530,7 +530,7 @@ Note: To use the cli command you need to have your crew in a file called crew.py
|
||||
|
||||
### Resetting Memory via crew object
|
||||
|
||||
```python code
|
||||
```python
|
||||
|
||||
my_crew = Crew(
|
||||
agents=[...],
|
||||
@@ -560,7 +560,6 @@ my_crew.reset_memories(command_type = 'all') # Resets all the memory
|
||||
| `knowledge` | Reset KNOWLEDGE memory. |
|
||||
| `all` | Reset ALL memories. |
|
||||
|
||||
Note: To use the cli command you need to have your crew in a file called crew.py in the same directory.
|
||||
|
||||
## Benefits of Using CrewAI's Memory System
|
||||
|
||||
|
||||
Reference in New Issue
Block a user