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

Function chunkToString

lib/utils.ts:368–371  ·  view source on GitHub ↗
(chunk: Chunk)

Source from the content-addressed store, hash-verified

366}
367
368export function chunkToString(chunk: Chunk): string {
369 if (chunk.path.length === 0) return "";
370 return `${chunk.path.join(".")}: ${chunk.data}`;
371}
372
373export function addGPTdataToProperties(
374 properties: Properties,

Callers 1

apiMockPromptFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected