Skip to main content

OptimizationEvent

Defined in the manager module.
Record of an optimization event.

Properties

timestamp
str
No description available.
event_type
OptimizationEventType
No description available.
strategy
Optional
No description available.
tokens_before
int
No description available.
tokens_after
int
No description available.
tokens_saved
int
No description available.
messages_affected
int
No description available.
details
Dict
No description available.
  • to_dict: Generic utility method.