Skip to content

feat(azure-open-ai): update model YAMLs [bot]#1197

Open
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/update-azure-open-ai-20260530-020957
Open

feat(azure-open-ai): update model YAMLs [bot]#1197
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/update-azure-open-ai-20260530-020957

Conversation

@models-bot
Copy link
Copy Markdown
Contributor

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

Auto-generated by poc-agent for provider azure-open-ai.


Note

Low Risk
Catalog/metadata-only YAML changes with no logic or runtime behavior; cost numbers are equivalent after formatting.

Overview
Updates o3-mini.yaml to reflect deprecation: adds isDeprecated: true, sets status from active to deprecated, and keeps the existing deprecationDate.

Token cost fields are rewritten in scientific notation (e.g. 1.21e-6 instead of 0.00000121) across all regions; values are unchanged. removeParams drops quotes around the n entry for consistent YAML style.

Reviewed by Cursor Bugbot for commit e41a66c. 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 results

  • Total: 0
  • Passed: 0
  • Failed: 0
  • Validation failed: 0
  • Errored: 0
  • Skipped: 0
  • Success rate: 0.0%
Provider Model Scenarios

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

Low Severity

The previously quoted "n" in removeParams was changed to bare n. In YAML 1.1 parsers (e.g., PyYAML, Ruby YAML), bare n is interpreted as boolean false rather than the string "n". While the project's own build tooling uses YAML 1.2 parsers (js-yaml 4.x, yaml 2.x) where this is fine, any downstream YAML 1.1 consumer would silently get the wrong type. Most other files in this directory consistently keep "n" quoted for this reason.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e41a66c. 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