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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 132 additions and 10 deletions

View file

@ -425,4 +425,5 @@ class WorkflowCreateYAMLRequest(BaseModel):
workflow_definition: WorkflowDefinitionYAML
is_saved_task: bool = False
max_screenshot_scrolling_times: int | None = None
extra_http_headers: dict[str, str] | None = None
status: WorkflowStatus = WorkflowStatus.published