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

Class WikiCacheRequest

api/api.py:101–110  ·  view source on GitHub ↗

Model for the request body when saving wiki cache.

Source from the content-addressed store, hash-verified

99 model: Optional[str] = None
100
101class WikiCacheRequest(BaseModel):
102 """
103 Model for the request body when saving wiki cache.
104 """
105 repo: RepoInfo
106 language: str
107 wiki_structure: WikiStructureModel
108 generated_pages: Dict[str, WikiPage]
109 provider: str
110 model: str
111
112class WikiExportRequest(BaseModel):
113 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected