Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TaskingAI/TaskingAI
/ ChunkUpdateRequest
Class
ChunkUpdateRequest
backend/app/schemas/auto/chunk_update_request.py:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
class
ChunkUpdateRequest(BaseModel):
21
content: Optional[str] = Field(None)
22
metadata: Optional[Dict] = Field(None, min_length=0, max_length=16)
Callers
1
update
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected