MCPcopy
hub / github.com/lobehub/lobehub / SearchServiceImpl

Interface SearchServiceImpl

packages/types/src/tool/search/index.ts:49–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49export interface SearchServiceImpl {
50 crawlPages: (
51 params: CrawlMultiPagesQuery,
52 options?: { signal?: AbortSignal },
53 ) => Promise<{ results: CrawlUniformResult[] }>;
54 webSearch: (
55 params: SearchQuery,
56 options?: { signal?: AbortSignal },
57 ) => Promise<UniformSearchResponse>;
58}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected