MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / getSummary

Function getSummary

packages/node-runtime/src/services/summary-service.ts:40–42  ·  view source on GitHub ↗
(segmentId)

Source from the content-addressed store, hash-verified

38 saveSegmentSummary(db, segmentId, summary)
39 },
40 getSummary(segmentId) {
41 return getSegmentSummary(db, segmentId)
42 },
43 async llmComplete(systemPrompt, userPrompt, options) {
44 const result = await completeSimple(
45 piModel,

Callers

nothing calls this directly

Calls 1

getSegmentSummaryFunction · 0.90

Tested by

no test coverage detected