Skip to content

Commit ea730ba

Browse files
committed
fix base2 to use reasoningOptions high
1 parent 5783876 commit ea730ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.agents/base2/base2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function createBase2(
2929
? 'z-ai/glm-4.6:nitro'
3030
: 'anthropic/claude-sonnet-4.5',
3131
...(isGpt5 && {
32-
reasoningModel: {
32+
reasoningOptions: {
3333
effort: 'high',
3434
},
3535
}),

0 commit comments

Comments
 (0)