Skyvern/skyvern/core/script_generations/constants.py
Shuchang Zheng b9b7591079
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
script generation improvement (#3216)
2025-08-16 17:48:10 -07:00

8 lines
121 B
Python

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