feat: add max reasoning tier for Sonnet 4.6 (#1257)

This commit is contained in:
Devansh Jain
2026-03-03 21:51:48 -08:00
committed by GitHub
parent a284a31f97
commit a44c16edc7
2 changed files with 15 additions and 0 deletions

View File

@@ -95,12 +95,14 @@ describe("getReasoningTierOptionsForHandle", () => {
"low",
"medium",
"high",
"xhigh",
]);
expect(options.map((option) => option.modelId)).toEqual([
"sonnet-4.6-no-reasoning",
"sonnet-4.6-low",
"sonnet-4.6-medium",
"sonnet",
"sonnet-4.6-xhigh",
]);
});