Add browser session id to global context (#1867)

This commit is contained in:
Shuchang Zheng
2025-03-02 23:39:18 -05:00
committed by GitHub
parent d271a84eff
commit 05960aa894
3 changed files with 4 additions and 0 deletions

View File

@@ -359,6 +359,7 @@ async def run_task_v2_helper(
workflow_run_id=workflow_run_id,
request_id=request_id,
task_v2_id=task_v2_id,
browser_session_id=browser_session_id,
)
)