MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / CloudImportResult

Class CloudImportResult

openkb/indexer.py:30–36  ·  view source on GitHub ↗

Result of importing an existing PageIndex Cloud document.

Source from the content-addressed store, hash-verified

28
29@dataclass
30class CloudImportResult:
31 """Result of importing an existing PageIndex Cloud document."""
32
33 doc_id: str
34 doc_name: str # collision-resistant wiki slug
35 name: str # cloud display name (original filename in the cloud)
36 description: str
37
38
39@dataclass

Callers 1

import_cloud_documentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected