task v2 refactor part 7: observer_task -> task_v2 frontend code (#1821)

This commit is contained in:
Shuchang Zheng
2025-02-23 22:40:52 -08:00
committed by GitHub
parent b1de14e2fe
commit 2a2c6f1cb4
4 changed files with 8 additions and 8 deletions

View File

@@ -244,7 +244,7 @@ export type WorkflowRunStatusApiResponse = {
downloaded_file_urls: Array<string> | null;
total_steps: number | null;
total_cost: number | null;
observer_task: ObserverTask | null;
task_v2: ObserverTask | null;
workflow_title: string | null;
};