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 53fa653 commit e2e4753Copy full SHA for e2e4753
.agents/editor/best-of-n/editor-best-of-n.ts
@@ -39,11 +39,11 @@ export function createBestOfNEditor(
39
spawnableAgents: buildArray(
40
'best-of-n-selector',
41
'best-of-n-selector-opus',
42
- isDefault && 'best-of-n-selector-gemini',
+ 'best-of-n-selector-gemini',
43
'editor-implementor',
44
'editor-implementor-opus',
45
- isDefault && 'editor-implementor-gemini',
46
- isMax && 'editor-implementor-gpt-5',
+ 'editor-implementor-gemini',
+ 'editor-implementor-gpt-5',
47
),
48
49
inputSchema: {
0 commit comments