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

Method deepSearchMessages

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

Source from the content-addressed store, hash-verified

160 ): Promise<SearchMessagesResult>
161
162 deepSearchMessages(
163 keywords: string[],
164 options?: { timeFilter?: ToolTimeRange; limit?: number; senderId?: number }
165 ): Promise<SearchMessagesResult>

Callers 3

handlerFunction · 0.65
deepSearchMessagesMethod · 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