mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 09:49:46 +00:00
task v2 refactor part 8: observer_task -> task_v2 in backend code (#1820)
This commit is contained in:
parent
148693aa25
commit
b1de14e2fe
9 changed files with 132 additions and 132 deletions
|
@ -147,5 +147,5 @@ class WorkflowRunStatusResponse(BaseModel):
|
|||
outputs: dict[str, Any] | None = None
|
||||
total_steps: int | None = None
|
||||
total_cost: float | None = None
|
||||
observer_task: ObserverTask | None = None
|
||||
task_v2: ObserverTask | None = None
|
||||
workflow_title: str | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue