LLMs: Opus 4.6: remove forcing

This commit is contained in:
Enrico Ros
2026-02-06 13:41:37 -08:00
parent 310e99af23
commit c952fd734f
@@ -21,7 +21,7 @@ const ANT_PAR_WEB: ModelDescriptionSchema['parameterSpecs'] = [
] as const;
const ANT_PAR_WEB_THINKING: ModelDescriptionSchema['parameterSpecs'] = [
{ paramId: 'llmVndAntThinkingBudget', required: true, hidden: false },
{ paramId: 'llmVndAntThinkingBudget' }, // NOTE: we had 'required: true, hidden: false' here, but it's not useful at all?
...ANT_PAR_WEB,
] as const;