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

Function empty_synthesis_bundle

scripts/contracts.py:565–579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563
564
565def empty_synthesis_bundle() -> SynthesisBundle:
566 return SynthesisBundle(
567 paper_id="",
568 title="",
569 metadata={},
570 evidence_quality="unknown",
571 coverage={},
572 source_manifest={},
573 source_index={},
574 references={},
575 figure_plan={},
576 figure_table_manifest={},
577 pdf_assets={},
578 writing_contract={},
579 )

Callers

nothing calls this directly

Calls 1

SynthesisBundleClass · 0.85

Tested by

no test coverage detected