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

Class FigurePlan

scripts/contracts.py:496–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494
495
496class FigurePlan(TypedDict, total=False):
497 paper_id: str
498 figures: list[FigurePlanItem]
499
500
501class SynthesisBundle(TypedDict, total=False):

Callers 1

empty_figure_planFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected