add a vnc streaming component for workflows (#2746)

This commit is contained in:
Shuchang Zheng
2025-06-18 10:04:54 -07:00
committed by GitHub
parent 13887b944d
commit 8c02c3c4e0
5 changed files with 353 additions and 2 deletions

View File

@@ -294,6 +294,7 @@ export type WorkflowRunStatusApiResponse = {
total_cost: number | null;
task_v2: TaskV2 | null;
workflow_title: string | null;
browser_session_id: string | null;
max_screenshot_scrolling_times: number | null;
};