Merge remote-tracking branch 'origin/staging' into staging

This commit is contained in:
dal 2025-09-24 12:55:46 -06:00
commit ee7acd68f4
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 5 additions and 5 deletions

View File

@ -13,11 +13,11 @@ export const DEFAULT_ANTHROPIC_OPTIONS = {
export const DEFAULT_OPENAI_OPTIONS = { export const DEFAULT_OPENAI_OPTIONS = {
gateway: { gateway: {
order: ['openai'], order: ['openai'],
openai: { },
parallelToolCalls: false, openai: {
reasoningEffort: 'minimal', parallelToolCalls: false,
verbosity: 'low', reasoningEffort: 'minimal',
}, verbosity: 'low',
}, },
}; };