Skip to content

Commit ec8e7ad

Browse files
committed
upgrade researcher agents to grok 4.1 fast
1 parent dc30ecf commit ec8e7ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agents/researcher/researcher-docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { publisher } from '../constants'
44
const definition: SecretAgentDefinition = {
55
id: 'researcher-docs',
66
publisher,
7-
model: 'x-ai/grok-4-fast',
7+
model: 'x-ai/grok-4.1-fast',
88
displayName: 'Doc',
99
spawnerPrompt: `Expert at reading technical documentation of major public libraries and frameworks to find relevant information. (e.g. React, MongoDB, Postgres, etc.)`,
1010
inputSchema: {

agents/researcher/researcher-web.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { publisher } from '../constants'
55
const definition: SecretAgentDefinition = {
66
id: 'researcher-web',
77
publisher,
8-
model: 'x-ai/grok-4-fast',
8+
model: 'x-ai/grok-4.1-fast',
99
displayName: 'Weeb',
1010
spawnerPrompt: `Browses the web to find relevant information.`,
1111
inputSchema: {

0 commit comments

Comments
 (0)