Skyvern/skyvern/core/script_generations/constants.py
Shuchang Zheng cfaef5a8bb
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
append complete action (for validation) to the end of every task block (#3726)
2025-10-15 17:12:51 -07:00

13 lines
210 B
Python

SCRIPT_TASK_BLOCKS = {
"task",
"file_download",
"navigation",
"action",
"extraction",
"login",
}
SCRIPT_TASK_BLOCKS_WITH_COMPLETE_ACTION = {
"task",
"navigation",
"login",
}