update
AsyncMethod
This is a method of the KnowledgeStoreProtocol class in the knowledge module.Update an item
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
update: Update an item
This is a method of the KnowledgeStoreProtocol class in the knowledge module.Update an item
async def update(&mut self, item_id: &str, content: &str) -> Result<AddResult>