enable VNC streaming for task v1 page (#4498)

This commit is contained in:
Shuchang Zheng
2026-01-20 09:21:30 -08:00
committed by GitHub
parent 9ffa03c16a
commit 6f6e837270
2 changed files with 39 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ export type TaskApiResponse = {
max_steps_per_run: number | null;
task_v2: TaskV2 | null;
workflow_run_id: string | null;
browser_session_id: string | null;
};
export type CreateTaskRequest = {