Skip to main content

delete_all

AsyncMethod
This is a method of the KnowledgeStoreProtocol class in the knowledge module.
Delete all items

Signature

async def delete_all(&mut self, user_id: Option<&str>, agent_id: Option<&str>) -> Result<bool>

Parameters

user_id
Option<&str>
required
No description available.
agent_id
Option<&str>
required
No description available.

Returns

Returns
Result<bool>
The result of the operation.