feat: add max reasoning tier for Sonnet 4.6 (#1257)
This commit is contained in:
@@ -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",
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user