We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62db4d commit e9c6c2aCopy full SHA for e9c6c2a
modules/api/models.py
@@ -160,4 +160,4 @@ class PNGInfoResponse(BaseModel):
160
class ProgressResponse(BaseModel):
161
progress: float = Field(title="Progress", description="The progress with a range of 0 to 1")
162
eta_relative: float = Field(title="ETA in secs")
163
- state: Json
+ state: Json = Field(title="State", description="The current state snapshot")
0 commit comments