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

Class FigurePlanItem

scripts/contracts.py:481–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479
480
481class FigurePlanItem(TypedDict, total=False):
482 id: str
483 caption: str
484 kind: str
485 section: str
486 reason: str
487 priority: int
488 anchor_text: str
489 insert_mode: str
490 figure_asset_candidate: FigureAssetCandidate
491 candidate_pages: list[dict[str, Any]]
492 candidate_status: str
493 matching_strategy: str
494
495
496class FigurePlan(TypedDict, total=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected