We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1841334 commit 706dc3aCopy full SHA for 706dc3a
.agents/base2/best-of-n/best-of-n-implementor.ts
@@ -12,11 +12,6 @@ export const createBestOfNImplementor = (options: {
12
return {
13
publisher,
14
model: isSonnet ? 'anthropic/claude-sonnet-4.5' : 'openai/gpt-5',
15
- ...(isGpt5 && {
16
- reasoningOptions: {
17
- effort: 'high',
18
- },
19
- }),
20
displayName: 'Implementation Generator',
21
spawnerPrompt:
22
'Generates a complete implementation plan with all code changes',
0 commit comments