tweak: set display 'summarized' by default for opus 4.7 thorugh messages api (#22873)

This commit is contained in:
Aiden Cline
2026-04-16 14:12:43 -05:00
committed by GitHub
parent 58db5dfccd
commit 359d134354
2 changed files with 5 additions and 0 deletions
@@ -594,6 +594,9 @@ export function variants(model: Provider.Model): Record<string, Record<string, a
{
thinking: {
type: "adaptive",
...(model.api.id.includes("opus-4-7") || model.api.id.includes("opus-4.7")
? { display: "summarized" }
: {}),
},
effort,
},