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

Function toEvidenceContentBlock

src/stores/aiChatEvidenceBlocks.ts:42–44  ·  view source on GitHub ↗
(payload: ChatEvidencePayload)

Source from the content-addressed store, hash-verified

40}
41
42export function toEvidenceContentBlock(payload: ChatEvidencePayload): EvidenceContentBlock {
43 return { type: 'evidence', evidence: payload }
44}

Callers 2

appendEvidenceToBlocksFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected