File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import type { SecretAgentDefinition } from './types/secret-agent-definition'
66const definition : SecretAgentDefinition = {
77 id : 'docs-researcher' ,
88 publisher,
9- ...docsResearcher ( 'google/gemini-2.5-flash ' ) ,
9+ ...docsResearcher ( 'x-ai/grok-4-fast ' ) ,
1010}
1111
1212export default definition
Original file line number Diff line number Diff line change 11import { reviewer } from './reviewer-factory'
2+ import { publisher } from '../constants'
23
34import type { SecretAgentDefinition } from '../types/secret-agent-definition'
45
56const definition : SecretAgentDefinition = {
67 ...reviewer ( 'anthropic/claude-sonnet-4.5' ) ,
78 id : 'reviewer-max' ,
9+ publisher,
810}
911
1012export default definition
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import type { SecretAgentDefinition } from './types/secret-agent-definition'
66const definition : SecretAgentDefinition = {
77 id : 'web-researcher' ,
88 publisher,
9- ...webResearcher ( 'google/gemini-2.5-flash ' ) ,
9+ ...webResearcher ( 'x-ai/grok-4-fast ' ) ,
1010}
1111
1212export default definition
You can’t perform that action at this time.
0 commit comments