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

Class QueueStatusAPI

agent_scheduler/models.py:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class QueueStatusAPI(BaseModel):
21 limit: Optional[int] = Field(title="Limit", description="The maximum number of tasks to return", default=20)
22 offset: Optional[int] = Field(title="Offset", description="The offset of the tasks to return", default=0)
23
24
25class TaskModel(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected