feat(aws-bedrock): update model YAMLs [bot]#1196
Conversation
|
/test-models |
Gateway test setup failed for
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c40313b. Configure here.
| - temperature | ||
| - top_p | ||
| - "n" | ||
| - n |
There was a problem hiding this comment.
Unquoted n may parse as boolean false
Medium Severity
The removeParams entry "n" had its quotes removed, becoming bare n. In YAML 1.1 (used by PyYAML, Ruby YAML, Go yaml.v2, and others), bare n is resolved as boolean false, not the string "n". All five other similar model files in this provider (amazon.nova-lite-v1:0, amazon.nova-micro-v1:0, amazon.nova-pro-v1:0, amazon.nova-reel-v1:0, amazon.nova-2-multimodal-embeddings-v1:0) consistently quote this value as "n". The .yamllint.yml truthy rule is also likely to flag this.
Reviewed by Cursor Bugbot for commit c40313b. Configure here.


Auto-generated by poc-agent for provider
aws-bedrock.Note
Low Risk
Catalog-only metadata update with no runtime or routing logic changes.
Overview
Marks amazon.nova-canvas-v1:0 as deprecated in its Bedrock model YAML: adds
isDeprecated: true, setsstatusfromactivetodeprecated(the existingdeprecationDateof 2026-09-30 is unchanged), and normalizes theremoveParamsentry forn(unquoted instead of"n").Reviewed by Cursor Bugbot for commit c40313b. Bugbot is set up for automated code reviews on this repo. Configure here.