delete_all
AsyncMethod
This is a method of the KnowledgeStoreProtocol class in the knowledge module.Delete all items
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
delete_all: Delete all items
This is a method of the KnowledgeStoreProtocol class in the knowledge module.Delete all items
async def delete_all(&mut self, user_id: Option<&str>, agent_id: Option<&str>) -> Result<bool>