get_context
Method
This is a method of the Session class in the session module.Build context from session memory and knowledge.
Signature
Parameters
str
required
Query to build context for
int
default:"3"
Maximum items per section
Returns
str
Formatted context string
Uses
build_context_for_task
Used By
Source
View on GitHub
praisonaiagents/session.py at line 441
