make templating strictness easy to switch between (#3835)

This commit is contained in:
Jonathan Dobson
2025-10-28 14:01:49 -04:00
committed by GitHub
parent f9b2cb0fb3
commit 299ceb14f3
2 changed files with 12 additions and 6 deletions

View File

@@ -114,6 +114,7 @@ class Settings(BaseSettings):
# Workflow constant parameters
WORKFLOW_DOWNLOAD_DIRECTORY_PARAMETER_KEY: str = "SKYVERN_DOWNLOAD_DIRECTORY"
WORKFLOW_TEMPLATING_STRICTNESS: str = "strict" # options: "strict", "lax"
WORKFLOW_WAIT_BLOCK_MAX_SEC: int = 30 * 60
# Saved browser session settings