Compare commits
No commits in common. "1d92f9564953690ccd6db90c0e49d22dcbe7095e" and "af1bd07d8831ab3258c8009b41079bc2e8e318f4" have entirely different histories.
1d92f95649
...
af1bd07d88
@ -15,6 +15,9 @@ class Task(pydantic.BaseModel):
|
|||||||
|
|
||||||
|
|
||||||
class Response(pydantic.BaseModel):
|
class Response(pydantic.BaseModel):
|
||||||
|
id: str
|
||||||
|
attempt: int
|
||||||
|
payload: dict
|
||||||
task: Task|None
|
task: Task|None
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user