We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e872f commit 5869889Copy full SHA for 5869889
2 files changed
.agents/my-custom-agent.ts
.agents/researcher.ts
@@ -6,7 +6,7 @@ import type { SecretAgentDefinition } from './types/secret-agent-definition'
6
const definition: SecretAgentDefinition = {
7
id: 'researcher',
8
publisher,
9
- ...researcherFactory('claude-3-5-sonnet-20241022'),
+ ...researcherFactory('google/gemini-2.5-pro'),
10
}
11
12
export default definition
0 commit comments