Compare commits

..

No commits in common. "1d92f9564953690ccd6db90c0e49d22dcbe7095e" and "af1bd07d8831ab3258c8009b41079bc2e8e318f4" have entirely different histories.

View File

@ -15,6 +15,9 @@ class Task(pydantic.BaseModel):
class Response(pydantic.BaseModel):
id: str
attempt: int
payload: dict
task: Task|None