Skip to main content

register_snapshot_callback

Method
This is a method of the ContextManager class in the manager module.
Register a callback for LLM boundary snapshots.

Signature

def register_snapshot_callback(callback: Callable[[SnapshotHookData], None]) -> None

Parameters

callback
Callable
required
No description available.