Show downloaded files in workflow run (#1321)

This commit is contained in:
Shuchang Zheng
2024-12-04 12:39:58 -08:00
committed by GitHub
parent 04d3a56257
commit fc56299eac
2 changed files with 27 additions and 0 deletions

View File

@@ -206,6 +206,7 @@ export type WorkflowRunStatusApiResponse = {
recording_url: string | null;
outputs: Record<string, unknown> | null;
failure_reason: string | null;
downloaded_file_urls: Array<string> | null;
};
export type TaskGenerationApiResponse = {