think and prep minimal effort

This commit is contained in:
dal 2025-08-07 14:58:59 -06:00
parent 115a6da7e9
commit be13ce221d
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ const DEFAULT_OPTIONS = {
anthropic: {
disableParallelToolCalls: true,
},
openai: {
disableParallelToolCalls: true,
reasoningEffort: 'minimal',
},
},
};