mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 17:29:40 +00:00
fix workflow run / observer schema (#1571)
This commit is contained in:
parent
5687fa4e52
commit
1d5dc9029f
2 changed files with 2 additions and 1 deletions
|
@ -138,4 +138,4 @@ class WorkflowRunStatusResponse(BaseModel):
|
|||
outputs: dict[str, Any] | None = None
|
||||
total_steps: int | None = None
|
||||
total_cost: float | None = None
|
||||
observer_cruise: ObserverTask | None = None
|
||||
observer_task: ObserverTask | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue