mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 17:29:40 +00:00
max task steps for task v2 (#1877)
This commit is contained in:
parent
618070840f
commit
d31e4bf268
15 changed files with 90 additions and 40 deletions
|
@ -337,7 +337,8 @@ class TaskV2BlockYAML(BlockYAML):
|
|||
url: str | None = None
|
||||
totp_verification_url: str | None = None
|
||||
totp_identifier: str | None = None
|
||||
max_iterations: int = 10
|
||||
max_iterations: int = settings.MAX_ITERATIONS_PER_TASK_V2
|
||||
max_steps: int = settings.MAX_STEPS_PER_TASK_V2
|
||||
|
||||
|
||||
PARAMETER_YAML_SUBCLASSES = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue