ConversationSummary
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:108
GS2-19 — a conversation-grained listing row: the conversation’s metadata plus the aggregate of
its turns (how many, the timespan they cover, and a preview of the last one). This is the
top-level unit gth history list shows, in place of isolated per-turn rows.
Properties
Section titled “Properties”command?
Section titled “command?”
optionalcommand?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:113
firstTs?
Section titled “firstTs?”
optionalfirstTs?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:118
Timestamp of the first / last turn, when any turns exist.
id:
number
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:109
lastPrompt?
Section titled “lastPrompt?”
optionallastPrompt?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:121
Prompt / response of the most recent turn (a one-line preview source).
lastResponse?
Section titled “lastResponse?”
optionallastResponse?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:122
lastTs?
Section titled “lastTs?”
optionallastTs?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:119
model?
Section titled “model?”
optionalmodel?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:114
project?
Section titled “project?”
optionalproject?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:112
startedTs
Section titled “startedTs”startedTs:
string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:111
When the conversation was opened.
threadId?
Section titled “threadId?”
optionalthreadId?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:128
GS2-20 — the LangGraph thread this conversation’s checkpoint lives under, when it has one. Absent for a conversation recorded without a checkpointer (any pre-GS2-20 row, and every single-shot run), which is exactly the set that cannot be resumed.
turnCount
Section titled “turnCount”turnCount:
number
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:116
Number of turns recorded under this conversation (0 for a conversation with no turns).