MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getChatOverview

Method getChatOverview

packages/tools/src/types.ts:174–174  ·  view source on GitHub ↗
(topN?: number)

Source from the content-addressed store, hash-verified

172
173 // === 聊天概览 ===
174 getChatOverview(topN?: number): Promise<ChatOverviewResult | null>
175
176 // === 成员相关 ===
177 getMembers(): Promise<MemberInfo[]>

Callers 3

handlerFunction · 0.65
getChatOverviewMethod · 0.65

Implementers 2

CoreDataProviderpackages/tools/src/providers/core-data
WorkerDataProviderapps/desktop/main/ai/tools/worker-data

Calls

no outgoing calls

Tested by

no test coverage detected