fix: prompt caching for opus on bedrock (#11664)

This commit is contained in:
Rohan Godha
2026-02-01 15:42:42 -05:00
committed by GitHub
parent 01cec84789
commit ca5e85d6ea
2 changed files with 4 additions and 3 deletions

View File

@@ -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",
},
}),
)