add_memory
Method
This is a method of the Session class in the session module.Add information to session memory.
Signature
Parameters
str
required
Text to store
str
default:"'long'"
“short” or “long” term memory **metadata: Additional metadata
Uses
store_short_termstore_long_term
Source
View on GitHub
praisonaiagents/session.py at line 372
