register_snapshot_callback
Method
This is a method of the ContextManager class in the manager module.Register a callback for LLM boundary snapshots.
Signature
Parameters
No description available.
Register a callback for LLM boundary snapshots.
This is a method of the ContextManager class in the manager module.Register a callback for LLM boundary snapshots.
def register_snapshot_callback(callback: Callable[[SnapshotHookData], None]) -> None