script gen support validation block (#3573)

This commit is contained in:
Shuchang Zheng
2025-10-01 08:34:29 -07:00
committed by GitHub
parent 29d2d6f3c5
commit b97ef02518
5 changed files with 122 additions and 20 deletions

View File

@@ -46,6 +46,7 @@ from skyvern.services.script_service import ( # noqa: E402
run_task, # noqa: E402
send_email, # noqa: E402
upload_file, # noqa: E402
validate, # noqa: E402
wait, # noqa: E402
) # noqa: E402
@@ -72,6 +73,7 @@ __all__ = [
"send_email",
"setup",
"upload_file",
"validate",
"wait",
"workflow",
]