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

Method searchMessages

packages/tools/src/types.ts:157–157  ·  view source on GitHub ↗
(
    keywords: string[],
    options?: { timeFilter?: ToolTimeRange; limit?: number; senderId?: number }
  )

Source from the content-addressed store, hash-verified

155export interface ToolDataProvider {
156 // === 基础查询 ===
157 searchMessages(
158 keywords: string[],
159 options?: { timeFilter?: ToolTimeRange; limit?: number; senderId?: number }
160 ): Promise<SearchMessagesResult>

Callers 6

handlerFunction · 0.65
handlerFunction · 0.65
handlerFunction · 0.65
searchMessagesMethod · 0.65
registerSessionRoutesFunction · 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