mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-19 16:40:48 +00:00
test: fix bedrock test (#23351)
This commit is contained in:
parent
1d54b0e540
commit
78ca49a1bc
1 changed files with 2 additions and 0 deletions
|
|
@ -2804,12 +2804,14 @@ describe("ProviderTransform.variants", () => {
|
|||
reasoningConfig: {
|
||||
type: "adaptive",
|
||||
maxReasoningEffort: "xhigh",
|
||||
display: "summarized",
|
||||
},
|
||||
})
|
||||
expect(result.max).toEqual({
|
||||
reasoningConfig: {
|
||||
type: "adaptive",
|
||||
maxReasoningEffort: "max",
|
||||
display: "summarized",
|
||||
},
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue