Fix ai_fallback not being read from database on workflow runs (#SKY-6864) (#4524)
This commit is contained in:
@@ -423,6 +423,7 @@ def convert_to_workflow_run(
|
|||||||
else None,
|
else None,
|
||||||
run_with=workflow_run_model.run_with,
|
run_with=workflow_run_model.run_with,
|
||||||
code_gen=workflow_run_model.code_gen,
|
code_gen=workflow_run_model.code_gen,
|
||||||
|
ai_fallback=workflow_run_model.ai_fallback,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user