get_memory_context
Method
This is a method of the Agent class in the agent module.Get memory context for the current conversation.
Signature
Parameters
Optional query to focus the context
Returns
Formatted memory context string
Get memory context for the current conversation.
This is a method of the Agent class in the agent module.Get memory context for the current conversation.
def get_memory_context(query: Optional[str]) -> str