Skip to main content

get_all

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

Signature

async def get_all(
        &self,
        user_id: Option<&str>,
        agent_id: Option<&str>,
        limit: usize,
    ) -> Result<SearchResult>

Parameters

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

Returns

Returns
Result<SearchResult>
The result of the operation.