add_knowledge
Method
This is a method of the Session class in the session module.Add knowledge source to session.
Signature
Parameters
File path, URL, or text content
Uses
add
Source
View on GitHub
praisonaiagents/session.py at line 407add_knowledge: Add knowledge source to session.
This is a method of the Session class in the session module.Add knowledge source to session.
def add_knowledge(source: str) -> None
addpraisonaiagents/session.py at line 407