Add workflow run cost (#1467)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user