Skip to content

Commit 5869889

Browse files
committed
update researcher to gemini 2.5 pro. delete my-custom-agent
1 parent 88e872f commit 5869889

File tree

2 files changed

+1
-44
lines changed

2 files changed

+1
-44
lines changed

.agents/my-custom-agent.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

.agents/researcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { SecretAgentDefinition } from './types/secret-agent-definition'
66
const definition: SecretAgentDefinition = {
77
id: 'researcher',
88
publisher,
9-
...researcherFactory('claude-3-5-sonnet-20241022'),
9+
...researcherFactory('google/gemini-2.5-pro'),
1010
}
1111

1212
export default definition

0 commit comments

Comments
 (0)