Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_history

Method
This is a method of the ContextManager class in the manager module.
Get optimization history.

Signature

def get_history() -> List[Dict[str, Any]]

Returns

Returns
List[Dict[str, Any]]
The result of the operation.

Uses

  • e.to_dict

Source

View on GitHub

praisonaiagents/context/manager.py at line 847