Skip to main content

update

AsyncMethod
This is a method of the KnowledgeStoreProtocol class in the knowledge module.
Update an item

Signature

async def update(&mut self, item_id: &str, content: &str) -> Result<AddResult>

Parameters

item_id
&str
required
No description available.
content
&str
required
No description available.

Returns

Returns
Result<AddResult>
The result of the operation.