get
AsyncMethod
This is a method of the KnowledgeStoreProtocol class in the knowledge module.Get item by ID
Signature
Parameters
No description available.
Returns
The result of the operation.
get: Get item by ID
This is a method of the KnowledgeStoreProtocol class in the knowledge module.Get item by ID
async def get(&self, item_id: &str) -> Result<Option<SearchResultItem>>