Add serviceTier option to OpenAI configuration in analyst and think-and-prep agents

This commit is contained in:
dal 2025-08-08 14:32:21 -06:00
parent e21ac9d1e1
commit b00b5c6858
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ const DEFAULT_OPTIONS = {
openai: {
parallelToolCalls: false,
reasoningEffort: 'minimal',
serviceTier: 'priority',
},
},
};

View File

@ -19,6 +19,7 @@ const DEFAULT_OPTIONS = {
openai: {
parallelToolCalls: false,
reasoningEffort: 'minimal',
serviceTier: 'priority'
},
},
};