mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 01:39:41 +00:00
add cost info to the workflow run repsonse (#1456)
This commit is contained in:
parent
175ce55f06
commit
171aef6bf7
4 changed files with 35 additions and 1 deletions
|
@ -134,3 +134,5 @@ class WorkflowRunStatusResponse(BaseModel):
|
|||
recording_url: str | None = None
|
||||
downloaded_file_urls: list[str] | None = None
|
||||
outputs: dict[str, Any] | None = None
|
||||
total_steps: int | None = None
|
||||
total_cost: float | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue