mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-09 19:52:44 +00:00
fix: prompt caching for opus on bedrock (#11664)
This commit is contained in:
parent
01cec84789
commit
ca5e85d6ea
2 changed files with 4 additions and 3 deletions
|
|
@ -1166,7 +1166,7 @@ describe("ProviderTransform.message - claude w/bedrock custom inference profile"
|
|||
expect(result[0].providerOptions?.bedrock).toEqual(
|
||||
expect.objectContaining({
|
||||
cachePoint: {
|
||||
type: "ephemeral",
|
||||
type: "default",
|
||||
},
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue