We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f163b commit 0699162Copy full SHA for 0699162
.agents/base2/base2-hybrid-max.ts
@@ -1,7 +1,7 @@
1
import { createBase2 } from './base2'
2
import type { SecretAgentDefinition } from '../types/secret-agent-definition'
3
4
-const base2 = createBase2('max')
+const base2 = createBase2('normal')
5
const definition: SecretAgentDefinition = {
6
...base2,
7
id: 'base2-hybrid-max',
0 commit comments