We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1ddea commit 691998eCopy full SHA for 691998e
1 file changed
src/workflow-engine.test.ts
@@ -526,7 +526,7 @@ import type { LocalAgentProfile } from "./local-agent-profiles.js";
526
concurrency: 1,
527
signal: new AbortController().signal,
528
workspaceRoot: dir,
529
- enabledProviders: ["codex"],
+ availableProviders: ["codex"],
530
runProvider: async () => ({
531
finalResponse: JSON.stringify({ big }),
532
structured: { big },
0 commit comments