search_short_term
AsyncMethod
This is a method of the MemoryAdapter class in the memory module.Search short-term memory
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
search_short_term: Search short-term memory
This is a method of the MemoryAdapter class in the memory module.Search short-term memory
async def search_short_term(&self, query: &str, limit: usize) -> Result<Vec<Message>>