Skip to content

Commit d44092c

Browse files
committed
base2-max best-of-n editor: disable gemini for now as tools are erroring with missing thought signature
1 parent 1aab97a commit d44092c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,14 @@ function* handleStepsMax({
245245
// Model selection pattern for max mode, using opus and gpt-5
246246
const MAX_MODEL_PATTERN = [
247247
'editor-implementor-opus',
248-
'editor-implementor-gemini',
248+
'editor-implementor-opus',
249+
// 'editor-implementor-gemini',
249250
'editor-implementor-gpt-5',
250251
'editor-implementor-opus',
251252
'editor-implementor-opus',
252253
'editor-implementor-gpt-5',
253-
'editor-implementor-gemini',
254+
// 'editor-implementor-gemini',
255+
'editor-implementor-opus',
254256
'editor-implementor-opus',
255257
'editor-implementor-opus',
256258
'editor-implementor-opus',

0 commit comments

Comments
 (0)