Skip to content

Commit 706dc3a

Browse files
committed
best of n implementor: back to medium effort
1 parent 1841334 commit 706dc3a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.agents/base2/best-of-n/best-of-n-implementor.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ export const createBestOfNImplementor = (options: {
1212
return {
1313
publisher,
1414
model: isSonnet ? 'anthropic/claude-sonnet-4.5' : 'openai/gpt-5',
15-
...(isGpt5 && {
16-
reasoningOptions: {
17-
effort: 'high',
18-
},
19-
}),
2015
displayName: 'Implementation Generator',
2116
spawnerPrompt:
2217
'Generates a complete implementation plan with all code changes',

0 commit comments

Comments
 (0)