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.
Uses
e.to_dict
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]]
e.to_dictpraisonaiagents/context/manager.py at line 847