delete_short_term
Method
This is a method of the Memory class in the memory module.Delete a specific short-term memory by ID.
Signature
Parameters
str
required
The unique ID of the memory to delete
Returns
bool
True if memory was found and deleted, False otherwise
Uses
delete_memoryconn.executeconn.commitdelete_one
Used By
Source
View on GitHub
praisonaiagents/memory/memory.py at line 1251
