mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
support passing run_with for run_task endpoint (mostly for task v2) (#4576)
This commit is contained in:
parent
34aadb8c09
commit
69e1ea15cc
3 changed files with 12 additions and 4 deletions
|
|
@ -264,6 +264,7 @@ async def run_task(
|
|||
extra_http_headers=run_request.extra_http_headers,
|
||||
browser_session_id=run_request.browser_session_id,
|
||||
browser_address=run_request.browser_address,
|
||||
run_with=run_request.run_with,
|
||||
)
|
||||
except MissingBrowserAddressError as e:
|
||||
raise HTTPException(status_code=400, detail=str(e)) from e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue