Skip to main content

recall

Method
This is a method of the Memory class in the memory module.
Retrieve matching facts from long-term memory. Convenience alias over :meth:search_long_term.

Signature

Parameters

str
required
No description available.

Returns

List[Dict[str, Any]]
The result of the operation.

Uses

  • search_long_term

Source

View on GitHub

praisonaiagents/memory/memory.py at line 1479