user defined browser header (#2752)

Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
This commit is contained in:
Shuchang Zheng
2025-06-19 00:42:34 -07:00
committed by GitHub
parent 2776475ca3
commit df5f40bdb9
15 changed files with 132 additions and 10 deletions

View File

@@ -184,6 +184,7 @@ class ForgeAgent:
include_action_history_in_verification=task_block.include_action_history_in_verification,
model=task_block.model,
max_screenshot_scrolling_times=workflow_run.max_screenshot_scrolling_times,
extra_http_headers=workflow_run.extra_http_headers,
)
LOG.info(
"Created a new task for workflow run",
@@ -241,6 +242,7 @@ class ForgeAgent:
include_action_history_in_verification=task_request.include_action_history_in_verification,
model=task_request.model,
max_screenshot_scrolling_times=task_request.max_screenshot_scrolling_times,
extra_http_headers=task_request.extra_http_headers,
)
LOG.info(
"Created new task",