Save reasoning effort to preset
| @@ -3518,6 +3518,7 @@ async function saveOpenAIPreset(name, settings, triggerUi = true) { | |||
| 3518 | continue_postfix: settings.continue_postfix, | 3518 | continue_postfix: settings.continue_postfix, |
| 3519 | function_calling: settings.function_calling, | 3519 | function_calling: settings.function_calling, |
| 3520 | show_thoughts: settings.show_thoughts, | 3520 | show_thoughts: settings.show_thoughts, |
| 3521 | reasoning_effort: settings.reasoning_effort, | ||
| 3521 | seed: settings.seed, | 3522 | seed: settings.seed, |
| 3522 | n: settings.n, | 3523 | n: settings.n, |
| 3523 | }; | 3524 | }; |