Skip to content

feat(aws-bedrock): update model YAMLs [bot]#1196

Open
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/update-aws-bedrock-20260530-020712
Open

feat(aws-bedrock): update model YAMLs [bot]#1196
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/update-aws-bedrock-20260530-020712

Conversation

@models-bot
Copy link
Copy Markdown
Contributor

@models-bot models-bot Bot commented May 30, 2026

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, sets status from active to deprecated (the existing deprecationDate of 2026-09-30 is unchanged), and normalizes the removeParams entry for n (unquoted instead of "n").

Reviewed by Cursor Bugbot for commit c40313b. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions
Copy link
Copy Markdown
Contributor

/test-models

@harshiv-26
Copy link
Copy Markdown
Collaborator

Gateway test setup failed for aws-bedrock

The test job aborted before any tests ran. Error:

Failed to apply virtual-account 'gateway-tester-v2-395f5bf7-4':

This is usually a transient infra issue (catalogue build, TrueFoundry API, GitHub archive). Try /test-models again, or check the job logs.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c40313b. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant