support pdf parser block to fix script gen error (#3646)

This commit is contained in:
Shuchang Zheng
2025-10-08 10:21:45 -07:00
committed by GitHub
parent 0c3b5488cc
commit 16736686df
3 changed files with 77 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ from skyvern.services.script_service import ( # noqa: E402
login, # noqa: E402
loop, # noqa: E402
parse_file, # noqa: E402
parse_pdf, # noqa: E402
prompt, # noqa: E402
render_list, # noqa: E402
render_template, # noqa: E402
@@ -64,6 +65,7 @@ __all__ = [
"login",
"loop",
"parse_file",
"parse_pdf",
"prompt",
"render_list",
"render_template",