MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / WikiSection

Class WikiSection

api/api.py:69–76  ·  view source on GitHub ↗

Model for the wiki sections.

Source from the content-addressed store, hash-verified

67
68
69class WikiSection(BaseModel):
70 """
71 Model for the wiki sections.
72 """
73 id: str
74 title: str
75 pages: List[str]
76 subsections: Optional[List[str]] = None
77
78
79class WikiStructureModel(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected