mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 07:42:40 +00:00
properly reset memory
This commit is contained in:
@@ -9,7 +9,12 @@ from crewai.knowledge.storage.knowledge_storage import KnowledgeStorage
|
|||||||
|
|
||||||
|
|
||||||
def reset_memories_command(
|
def reset_memories_command(
|
||||||
long, short, entity, kickoff_outputs, all, knowledge
|
long,
|
||||||
|
short,
|
||||||
|
entity,
|
||||||
|
knowledge,
|
||||||
|
kickoff_outputs,
|
||||||
|
all,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""
|
"""
|
||||||
Reset the crew memories.
|
Reset the crew memories.
|
||||||
|
|||||||
Reference in New Issue
Block a user