Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

delete

Method
This is a method of the Knowledge class in the knowledge module.
Delete a memory.

Signature

def delete(memory_id: Any) -> Any

Parameters

memory_id
Any
required
No description available.

Returns

Returns
Any
The result of the operation.

Uses

  • delete

Used By

Source

View on GitHub

praisonaiagents/knowledge/knowledge.py at line 665