Skip to main content

delete_all

Method
This is a method of the MongoDBMemory class in the knowledge module.
Delete all memories.

Signature

def delete_all(user_id: Any, agent_id: Any, run_id: Any) -> Any

Parameters

user_id
Any
No description available.
agent_id
Any
No description available.
run_id
Any
No description available.

Returns

Returns
Any
The result of the operation.

Uses

  • delete_many
  • logging.error

Used By

Source

View on GitHub

praisonaiagents/knowledge/knowledge.py at line 351