Skip to content

Commit d29325a

Browse files
committed
Decrease max mode n
1 parent a03a383 commit d29325a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.agents/editor/best-of-n/editor-best-of-n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function* handleStepsMax({
223223
}: AgentStepContext): ReturnType<
224224
NonNullable<SecretAgentDefinition['handleSteps']>
225225
> {
226-
const MAX_N = 6
226+
const MAX_N = 5
227227
const selectorAgent = 'best-of-n-selector-opus'
228228
const n = Math.min(
229229
10,

0 commit comments

Comments
 (0)