fix workflow_run.run_with override (#3543)

This commit is contained in:
Shuchang Zheng
2025-09-27 11:18:17 -07:00
committed by GitHub
parent 11d4518369
commit 56b4d828c1
4 changed files with 36 additions and 18 deletions

View File

@@ -26,6 +26,7 @@ class WorkflowRequestBody(BaseModel):
max_screenshot_scrolls: int | None = None
extra_http_headers: dict[str, str] | None = None
browser_address: str | None = None
run_with: str | None = None
@field_validator("webhook_callback_url", "totp_verification_url")
@classmethod