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

Class WikiStructureModel

api/api.py:79–88  ·  view source on GitHub ↗

Model for the overall wiki structure.

Source from the content-addressed store, hash-verified

77
78
79class WikiStructureModel(BaseModel):
80 """
81 Model for the overall wiki structure.
82 """
83 id: str
84 title: str
85 description: str
86 pages: List[WikiPage]
87 sections: Optional[List[WikiSection]] = None
88 rootSections: Optional[List[str]] = None
89
90class WikiCacheData(BaseModel):
91 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected