upload all downloaded files when using s3 (#1289)

This commit is contained in:
LawyZheng 2024-11-29 16:05:44 +08:00 committed by GitHub
parent d697023994
commit 87061f5bb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 211 additions and 50 deletions

View file

@ -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