generate GeneratedWorkflowParameters (#3264)

This commit is contained in:
Shuchang Zheng
2025-08-21 15:42:34 -07:00
committed by GitHub
parent 988416829f
commit 2a62dc08aa
7 changed files with 504 additions and 64 deletions

View File

@@ -33,6 +33,7 @@ from skyvern.services.script_service import ( # noqa: E402
action, # noqa: E402
download, # noqa: E402
extract, # noqa: E402
generate_text, # noqa: E402
login, # noqa: E402
run_script, # noqa: E402
run_task, # noqa: E402
@@ -48,6 +49,7 @@ __all__ = [
"cached",
"download",
"extract",
"generate_text",
"login",
"run_script",
"run_task",