We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9de9b commit e8f6b79Copy full SHA for e8f6b79
webview-ui/src/components/settings/SimpleThinkingBudget.tsx
@@ -62,9 +62,6 @@ export const SimpleThinkingBudget = ({
62
setApiConfigurationField,
63
])
64
65
- // Keep enableReasoningEffort in sync only when enabling is required
66
- // - Enable when a non-"none" effort is selected or the model requires it
67
- // - Do NOT force-disable when "none" is selected to avoid noisy config writes and to match tests
68
useEffect(() => {
69
if (!isReasoningEffortSupported) return
70
const shouldEnable = isReasoningEffortRequired || currentReasoningEffort !== "none"
0 commit comments