delete_memories
Method
This is a method of the Memory class in the memory module.Delete multiple memories by their IDs.
Signature
Parameters
List of memory IDs to delete
Returns
Number of memories successfully deleted
Delete multiple memories by their IDs.
This is a method of the Memory class in the memory module.Delete multiple memories by their IDs.
def delete_memories(memory_ids: List[str]) -> int