feat(ai): link AWS data retention docs in Bedrock validation errors

When Bedrock rejects a request with "data retention mode '<mode>' is not
available for this model", append a pointer to the AWS data retention
documentation so users can configure a supported mode.
This commit is contained in:
Burak Varli
2026-06-09 19:37:57 +00:00
parent 9ccfcd7cfc
commit 0b6c95dda0
2 changed files with 14 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
## [Unreleased]
- When Amazon Bedrock rejects an unsupported data retention mode, the error now links the AWS data retention documentation ([#5561](https://github.com/earendil-works/pi/pull/5561) by [@unexge](https://github.com/unexge)).
### Fixed
- Fixed Claude Fable 5 thinking-off requests to omit Anthropic's unsupported `thinking.type: "disabled"` payload ([#5567](https://github.com/earendil-works/pi/pull/5567) by [@tmustier](https://github.com/tmustier)).