Files
pipecat/changelog/4089.fixed.md
2026-03-24 16:02:42 -04:00

2 lines
261 B
Markdown

- 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.