Table of Contents

Class HistoryViewer

Namespace
JD.AI.Rendering
Assembly
JD.AI.dll

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

session SessionInfo

Returns

int?