MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / EvidenceItem

Class EvidenceItem

scripts/contracts.py:360–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358
359
360class EvidenceItem(TypedDict, total=False):
361 claim: str
362 evidence: str
363 source_section: str
364 page_hint: str
365
366
367class CandidateChunk(TypedDict, total=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected