migrate generate_script -> run_with (FE) (#3555)

This commit is contained in:
Jonathan Dobson
2025-09-29 18:59:31 -04:00
committed by GitHub
parent c7ba5a5911
commit d4de6a4d09
13 changed files with 19 additions and 22 deletions

View File

@@ -61,7 +61,7 @@ function Debugger() {
extraHttpHeaders: workflow.extra_http_headers
? JSON.stringify(workflow.extra_http_headers)
: null,
useScriptCache: workflow.generate_script,
runWith: workflow.run_with,
scriptCacheKey: workflow.cache_key,
aiFallback: workflow.ai_fallback ?? true,
runSequentially: workflow.run_sequentially ?? false,