script generation improvement (#3216)
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

This commit is contained in:
Shuchang Zheng 2025-08-16 17:48:10 -07:00 committed by GitHub
parent 82f0b98fca
commit b9b7591079
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 841 additions and 279 deletions

View file

@ -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,