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