search_memory
Method
This is a method of the Session class in the session module.Search session memory.
Signature
Parameters
Search query
“short” or “long” term memory
Maximum results to return
Returns
List of memory results
Search session memory.
This is a method of the Session class in the session module.Search session memory.
def search_memory(query: str, memory_type: str, limit: int) -> List[Dict[str, Any]]