Jon/eval updates v (#2397)

This commit is contained in:
Shuchang Zheng
2025-05-20 07:40:07 -07:00
committed by GitHub
parent 56267987e2
commit d3e9fa8ef4

View File

@@ -123,6 +123,7 @@ export type TaskApiResponse = {
failure_reason: string | null;
errors: Array<Record<string, unknown>>;
max_steps_per_run: number | null;
task_v2: TaskV2 | null;
workflow_run_id: string | null;
};