test: fix bedrock test (#23351)
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user