Skip to content

Commit 0699162

Browse files
committed
fix typecheck
1 parent 66f163b commit 0699162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.agents/base2/base2-hybrid-max.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createBase2 } from './base2'
22
import type { SecretAgentDefinition } from '../types/secret-agent-definition'
33

4-
const base2 = createBase2('max')
4+
const base2 = createBase2('normal')
55
const definition: SecretAgentDefinition = {
66
...base2,
77
id: 'base2-hybrid-max',

0 commit comments

Comments
 (0)