MCPcopy Create free account
hub / github.com/braincrew-lab/langconnect-client / DocumentCreate

Class DocumentCreate

langconnect/models/document.py:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2from pydantic import BaseModel, Field
3
4class DocumentCreate(BaseModel):
5 content: str | None = None
6 metadata: dict[str, Any] | None = None
7
8
9class DocumentUpdate(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected