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 5783876 commit ea730baCopy full SHA for ea730ba
.agents/base2/base2.ts
@@ -29,7 +29,7 @@ export function createBase2(
29
? 'z-ai/glm-4.6:nitro'
30
: 'anthropic/claude-sonnet-4.5',
31
...(isGpt5 && {
32
- reasoningModel: {
+ reasoningOptions: {
33
effort: 'high',
34
},
35
}),
0 commit comments