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

Class CandidateChunk

scripts/contracts.py:367–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365
366
367class CandidateChunk(TypedDict, total=False):
368 text: str
369 source_section: str
370 actual_source_section: str
371 is_abstract_fallback: bool
372 page_hint: str
373 kind_hint: str
374
375
376class EquationCandidate(TypedDict, total=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected