Fix ai_fallback not being read from database on workflow runs (#SKY-6864) (#4524)

This commit is contained in:
pedrohsdb
2026-01-22 14:18:43 -08:00
committed by GitHub
parent a52a174e28
commit db8ebac4a0

View File

@@ -423,6 +423,7 @@ def convert_to_workflow_run(
else None,
run_with=workflow_run_model.run_with,
code_gen=workflow_run_model.code_gen,
ai_fallback=workflow_run_model.ai_fallback,
)