Class HistoryViewer
Interactive session history browser with scrollable turns, details, and rollback. Activated by double-tap ESC at an empty prompt.
public static class HistoryViewer
- Inheritance
-
HistoryViewer
- Inherited Members
Methods
Show(SessionInfo)
Show the history viewer and return the turn index to rollback to, or null to dismiss.
public static int? Show(SessionInfo session)
Parameters
sessionSessionInfo
Returns
- int?