From 134790b17ca54c1da40d7d70d74f1678e3ac2c22 Mon Sep 17 00:00:00 2001 From: Luke Halley Date: Wed, 1 Apr 2026 10:48:54 +0800 Subject: [PATCH] chore: add changelog fragment for PR #4219 --- changelog/4219.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4219.added.md diff --git a/changelog/4219.added.md b/changelog/4219.added.md new file mode 100644 index 000000000..ddf4bc0fa --- /dev/null +++ b/changelog/4219.added.md @@ -0,0 +1 @@ +- Added `enable_prompt_caching` setting to `AWSBedrockLLMService` for Bedrock ConverseStream prompt caching.