mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 01:09:43 +00:00
script generation improvement (#3216)
This commit is contained in:
parent
82f0b98fca
commit
b9b7591079
14 changed files with 841 additions and 279 deletions
|
@ -2310,7 +2310,7 @@ class WorkflowService:
|
|||
file_name=codegen_input.file_name,
|
||||
workflow_run_request=codegen_input.workflow_run,
|
||||
workflow=codegen_input.workflow,
|
||||
tasks=codegen_input.workflow_blocks,
|
||||
blocks=codegen_input.workflow_blocks,
|
||||
actions_by_task=codegen_input.actions_by_task,
|
||||
organization_id=workflow.organization_id,
|
||||
script_id=created_script.script_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue