add_memory
Method
This is a method of the Session class in the session module.Add information to session memory.
Signature
Parameters
Text to store
“short” or “long” term memory **metadata: Additional metadata
Add information to session memory.
This is a method of the Session class in the session module.Add information to session memory.
def add_memory(text: str, memory_type: str) -> None