🧠 feat: Add minimal Reasoning Effort option

This commit is contained in:
Danny Avila 2025-08-07 15:59:06 -04:00
parent d95d8032cc
commit c787515894
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
5 changed files with 7 additions and 3 deletions

View file

@ -113,6 +113,7 @@ export enum ImageDetail {
export enum ReasoningEffort {
none = '',
minimal = 'minimal',
low = 'low',
medium = 'medium',
high = 'high',