mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 17:29:40 +00:00
upload all downloaded files when using s3 (#1289)
This commit is contained in:
parent
d697023994
commit
87061f5bb6
12 changed files with 211 additions and 50 deletions
|
@ -124,4 +124,5 @@ class WorkflowRunStatusResponse(BaseModel):
|
|||
parameters: dict[str, Any]
|
||||
screenshot_urls: list[str] | None = None
|
||||
recording_url: str | None = None
|
||||
downloaded_file_urls: list[str] | None = None
|
||||
outputs: dict[str, Any] | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue