get_history
Method
This is a method of the ContextManager class in the manager module.Get optimization history.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/context/manager.py at line 847get_history: Get optimization history.
This is a method of the ContextManager class in the manager module.Get optimization history.
def get_history() -> List[Dict[str, Any]]
praisonaiagents/context/manager.py at line 847