MCPcopy Create free account
hub / github.com/EverMind-AI/MSA / Document

Class Document

src/types.py:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5@dataclass
6class Document:
7 doc: str = ""
8 doc_id: int = 0
9 num_chunks: int = 0
10
11class ProtocolConstants:
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected