MCPcopy
hub / github.com/HKUDS/DeepCode / TaskResponse

Class TaskResponse

new_ui/backend/models/responses.py:8–14  ·  view source on GitHub ↗

Response model for task creation

Source from the content-addressed store, hash-verified

6
7
8class TaskResponse(BaseModel):
9 """Response model for task creation"""
10
11 task_id: str
12 status: str = "created"
13 message: str = "Task created successfully"
14 created_at: datetime = Field(default_factory=datetime.utcnow)
15
16
17class WorkflowStatusResponse(BaseModel):

Callers 2

start_paper_to_codeFunction · 0.90
start_chat_planningFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected