Add changelog entries for #4089

This commit is contained in:
Paul Kompfner
2026-03-20 10:33:14 -04:00
parent d4dea30407
commit bb7199d143
3 changed files with 3 additions and 0 deletions

1
changelog/4089.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `AWSBedrockLLMAdapter` sending an empty message list to the API when the only message in context was a system message. The lone system message is now converted to "user" role instead of being extracted, matching the existing Anthropic adapter behavior.