MCPcopy Create free account
hub / github.com/SipherAGI/sd-webui-agent-scheduler / QueueTaskResponse

Class QueueTaskResponse

agent_scheduler/models.py:105–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104
105class QueueTaskResponse(BaseModel):
106 task_id: str = Field(title="Task Id")
107
108
109class QueueStatusResponse(BaseModel):

Callers 2

queue_txt2imgFunction · 0.85
queue_img2imgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected