Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/braincrew-lab/langconnect-client
/ DocumentUpdate
Class
DocumentUpdate
langconnect/models/document.py:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
9
class
DocumentUpdate(BaseModel):
10
content: str | None = None
11
metadata: dict[str, Any] | None = None
12
13
14
class
DocumentResponse(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected