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