accept ai_fallback for new workflows (#3358)

This commit is contained in:
Jonathan Dobson
2025-09-04 12:20:22 -04:00
committed by GitHub
parent f3392899e2
commit 3299a9fcdd
5 changed files with 143 additions and 128 deletions

View File

@@ -1701,6 +1701,7 @@ class WorkflowService:
status=request.status,
generate_script=request.generate_script,
cache_key=request.cache_key,
ai_fallback=request.ai_fallback,
)
# Keeping track of the new workflow id to delete it if an error occurs during the creation process
new_workflow_id = workflow.workflow_id