MCPcopy Create free account
hub / github.com/Superflows-AI/superflows /

Class

lib/edge-runtime/llmResponseCache.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import _ from "lodash";
9
10export class LlmResponseCache {
11 private matchConvId: number | null;
12 private messages: GPTMessageInclSummary[];
13 private analyticsMessages:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected