mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-11 16:04:36 +00:00
fix max_iterations_override (#1734)
This commit is contained in:
parent
7e5565b3f5
commit
0e1fa58484
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ class AsyncExecutor(abc.ABC):
|
|||
background_tasks: BackgroundTasks | None,
|
||||
organization_id: str,
|
||||
observer_cruise_id: str,
|
||||
max_iterations_override: int | None,
|
||||
max_iterations_override: int | str | None,
|
||||
browser_session_id: str | None,
|
||||
**kwargs: dict,
|
||||
) -> None:
|
||||
|
@ -144,7 +144,7 @@ class BackgroundTaskExecutor(AsyncExecutor):
|
|||
background_tasks: BackgroundTasks | None,
|
||||
organization_id: str,
|
||||
observer_cruise_id: str,
|
||||
max_iterations_override: int | None,
|
||||
max_iterations_override: int | str | None,
|
||||
browser_session_id: str | None,
|
||||
**kwargs: dict,
|
||||
) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue