We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0643c80 commit 828a99aCopy full SHA for 828a99a
.agents/base2/base2.ts
@@ -62,7 +62,7 @@ export function createBase2(
62
'researcher-web',
63
'researcher-docs',
64
'commander',
65
- isMax && 'editor-best-of-n-max',
+ isMax && 'editor-best-of-n-opus',
66
isMax && 'thinker-best-of-n-opus',
67
'code-reviewer-opus',
68
'context-pruner',
.agents/editor/best-of-n/best-of-n-selector.ts
@@ -26,6 +26,11 @@ export const createBestOfNSelector = (options: {
26
effort: 'high',
27
},
28
}),
29
+ ...(isOpus && {
30
+ reasoningOptions: {
31
+ max_tokens: 4000,
32
+ },
33
+ }),
34
displayName: isGpt5
35
? 'Best-of-N GPT-5 Implementation Selector'
36
: isGemini
0 commit comments