MCPcopy
hub / github.com/rohitg00/agentmemory / summarize

Method summarize

src/providers/fallback-chain.ts:14–16  ·  view source on GitHub ↗
(systemPrompt: string, userPrompt: string)

Source from the content-addressed store, hash-verified

12 }
13
14 async summarize(systemPrompt: string, userPrompt: string): Promise<string> {
15 return this.tryAll((p) => p.summarize(systemPrompt, userPrompt));
16 }
17
18 private async tryAll(
19 fn: (p: MemoryProvider) => Promise<string>,

Callers

nothing calls this directly

Calls 2

tryAllMethod · 0.95
summarizeMethod · 0.65

Tested by

no test coverage detected