Remove serviceTier option from OpenAI configuration in analyst and think-and-prep agents

This commit is contained in:
dal 2025-08-08 15:25:52 -06:00
parent b00b5c6858
commit 51b7d4e691
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
2 changed files with 0 additions and 2 deletions

View File

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

View File

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