This repository was archived by the owner on May 15, 2026. It is now read-only.
Commit b7278ae
committed
fix(settings): default reasoning effort from model definition
Models with supportsReasoningEffort as an array (e.g., gpt-5.2) and no
requiredReasoningEffort would show a blank dropdown because the default
fell to 'disable' which wasn't in the available options. Now uses the
model's declared reasoningEffort as the default.1 parent b331a14 commit b7278ae
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments