MCPcopy Create free account
hub / github.com/experdot/pointer / ChatSession

Interface ChatSession

src/renderer/src/types/type.ts:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103export interface ChatSession {
104 messages: ChatMessage[]
105 topics: Topic[] // 独立存储的 Topic 列表
106
107 leafMessageId?: string // 当前选择的消息路径(叶子节点)
108 selectedMessageId?: string // 当前选中的消息ID(用于滚动定位)
109}
110
111// ==================== Topic 分组类型定义(运行时计算) ====================
112

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected