|
@@ -2804,12 +2804,14 @@ describe("ProviderTransform.variants", () => {
|
|
|
reasoningConfig: {
|
|
reasoningConfig: {
|
|
|
type: "adaptive",
|
|
type: "adaptive",
|
|
|
maxReasoningEffort: "xhigh",
|
|
maxReasoningEffort: "xhigh",
|
|
|
|
|
+ display: "summarized",
|
|
|
},
|
|
},
|
|
|
})
|
|
})
|
|
|
expect(result.max).toEqual({
|
|
expect(result.max).toEqual({
|
|
|
reasoningConfig: {
|
|
reasoningConfig: {
|
|
|
type: "adaptive",
|
|
type: "adaptive",
|
|
|
maxReasoningEffort: "max",
|
|
maxReasoningEffort: "max",
|
|
|
|
|
+ display: "summarized",
|
|
|
},
|
|
},
|
|
|
})
|
|
})
|
|
|
})
|
|
})
|