increasing max iterations to 13 for task v2 (#2317)

This commit is contained in:
Shuchang Zheng
2025-05-09 13:32:00 -07:00
committed by GitHub
parent d667841d02
commit 0a447ac511

View File

@@ -67,7 +67,7 @@ from skyvern.webeye.utils.page import SkyvernFrame
LOG = structlog.get_logger()
DEFAULT_WORKFLOW_TITLE = "New Workflow"
RANDOM_STRING_POOL = string.ascii_letters + string.digits
DEFAULT_MAX_ITERATIONS = 10
DEFAULT_MAX_ITERATIONS = 13
MINI_GOAL_TEMPLATE = """Achieve the following mini goal and once it's achieved, complete:
```{mini_goal}```