get_context
Method
This is a method of the Session class in the session module.Build context from session memory and knowledge.
Signature
Parameters
Query to build context for
Maximum items per section
Returns
Formatted context string
Build context from session memory and knowledge.
This is a method of the Session class in the session module.Build context from session memory and knowledge.
def get_context(query: str, max_items: int) -> str