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

Class WikiCacheData

api/api.py:90–99  ·  view source on GitHub ↗

Model for the data to be stored in the wiki cache.

Source from the content-addressed store, hash-verified

88 rootSections: Optional[List[str]] = None
89
90class WikiCacheData(BaseModel):
91 """
92 Model for the data to be stored in the wiki cache.
93 """
94 wiki_structure: WikiStructureModel
95 generated_pages: Dict[str, WikiPage]
96 repo_url: Optional[str] = None #compatible for old cache
97 repo: Optional[RepoInfo] = None
98 provider: Optional[str] = None
99 model: Optional[str] = None
100
101class WikiCacheRequest(BaseModel):
102 """

Callers 2

read_wiki_cacheFunction · 0.70
save_wiki_cacheFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected