Skip to content

Commit b921bc1

Browse files
committed
buffbench: use gemini 3.1 pro
1 parent 602362f commit b921bc1

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.agents/types/agent-definition.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ export type ModelName =
386386
| 'anthropic/claude-opus-4.1'
387387

388388
// Gemini
389+
| 'google/gemini-3.1-pro-preview'
389390
| 'google/gemini-3-pro-preview'
390391
| 'google/gemini-3-flash-preview'
391392
| 'google/gemini-3.1-flash-lite-preview'

agents/types/agent-definition.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ export type ModelName =
386386
| 'anthropic/claude-opus-4.1'
387387

388388
// Gemini
389+
| 'google/gemini-3.1-pro-preview'
389390
| 'google/gemini-3-pro-preview'
390391
| 'google/gemini-3-flash-preview'
391392
| 'google/gemini-3.1-flash-lite-preview'

common/src/templates/initial-agents-dir/types/agent-definition.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ export type ModelName =
386386
| 'anthropic/claude-opus-4.1'
387387

388388
// Gemini
389+
| 'google/gemini-3.1-pro-preview'
389390
| 'google/gemini-3-pro-preview'
390391
| 'google/gemini-3-flash-preview'
391392
| 'google/gemini-3.1-flash-lite-preview'

evals/buffbench/judge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const judgeAgents: Record<string, AgentDefinition> = {
128128
},
129129
'judge-gemini': {
130130
id: 'judge-gemini',
131-
model: 'google/gemini-3-pro-preview',
131+
model: 'google/gemini-3.1-pro-preview',
132132
...judgeAgentBase,
133133
},
134134
'judge-sonnet': {

0 commit comments

Comments
 (0)