Add workflow run cost (#1467)

This commit is contained in:
Shuchang Zheng
2025-01-02 09:33:50 -08:00
committed by GitHub
parent b5d6e4184e
commit 564692727b
2 changed files with 28 additions and 3 deletions

View File

@@ -211,6 +211,8 @@ export type WorkflowRunStatusApiResponse = {
outputs: Record<string, unknown> | null;
failure_reason: string | null;
downloaded_file_urls: Array<string> | null;
total_steps: number | null;
total_cost: number | null;
};
export type TaskGenerationApiResponse = {