Skip to content

feat(Designer): Add gpt-5.1, gpt-5.2, gpt-5.4 to supported agent OpenAI models#9316

Merged
rllyy97 merged 1 commit into
mainfrom
rllyy97/feature/add-gpt5-agent-models
Jun 26, 2026
Merged

feat(Designer): Add gpt-5.1, gpt-5.2, gpt-5.4 to supported agent OpenAI models#9316
rllyy97 merged 1 commit into
mainfrom
rllyy97/feature/add-gpt5-agent-models

Conversation

@rllyy97

@rllyy97 rllyy97 commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Commit Type

  • feature - New functionality
  • fix - Bug fix
  • refactor - Code restructuring without behavior change
  • perf - Performance improvement
  • docs - Documentation update
  • test - Test-related changes
  • chore - Maintenance/tooling

Risk Level

  • Low - Minor changes, limited scope
  • Medium - Moderate changes, some user impact
  • High - Major changes, significant user/system impact

What & Why

Adds gpt-5.1, gpt-5.2, and gpt-5.4 (+ mini and nano) to the SUPPORTED_AGENT_OPENAI_MODELS list in logic-apps-shared. These newer Azure OpenAI models were not previously selectable for agent connections, so users could not configure agents to use them.

Impact of Change

  • Users: Can now select gpt-5.1, gpt-5.2, and gpt-5.4 when configuring AzureOpenAI agent connections.
  • Developers: No API changes — purely an additive update to an existing constant array.
  • System: No performance or architectural impact; no new dependencies.

Test Plan

  • Unit tests added/updated
  • E2E tests added/updated
  • Manual testing completed
  • Tested in: Standalone designer — verified the new models appear in the agent model dropdown.

Contributors

@rileyevans

Screenshots/Videos

N/A — no visual changes beyond the additional dropdown entries.

Copilot AI review requested due to automatic review settings June 26, 2026 16:26
@rllyy97 rllyy97 added the risk:low Low risk change with minimal impact label Jun 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🤖 AI PR Validation Report

PR Review Results

Thank you for your submission! Here's detailed feedback on your PR title and body compliance:

PR Title

  • Current: feat(Designer): Add gpt-5.1, gpt-5.2, gpt-5.4 to supported agent OpenAI models
  • Issue: No blocking issue. The title is specific and accurately describes the change.
  • Recommendation: None needed.

Commit Type

  • Properly selected (feature).
  • Only one commit type is selected, which is correct.

Risk Level

  • The selected risk level (Low) matches the diff: a small additive update to a constant list with minimal scope.

What & Why

  • Current: Clear and concise explanation of what changed and why.
  • Issue: No blocking issue.
  • Recommendation: None needed.

Impact of Change

  • The impact section is appropriately filled out and consistent with the code change.
  • Recommendation:
    • Users: Correct as written.
    • Developers: Correct as written.
    • System: Correct as written.

Test Plan

  • Test plan passes because manual testing is checked and the PR explains the validation performed in the standalone designer. No automated tests are required for this small additive constant change.

Contributors

  • Contributor credit is provided (@rileyevans).

Screenshots/Videos

  • N/A is acceptable here since the change is limited to dropdown entries and the PR already explains there are no visual changes beyond that.

Summary Table

Section Status Recommendation
Title None
Commit Type None
Risk Level None
What & Why None
Impact of Change None
Test Plan None
Contributors None
Screenshots/Videos None

This PR passes review. The advised risk level remains low and matches the submitter’s assessment.


Last updated: Fri, 26 Jun 2026 16:27:52 GMT

@github-actions

Copy link
Copy Markdown
Contributor

🤖 AI PR Validation Report

PR Review Results

Thank you for your submission! Here's detailed feedback on your PR title and body compliance:

PR Title

  • Current: feat(Designer): Add gpt-5.1, gpt-5.2, gpt-5.4 to supported agent OpenAI models
  • Issue: None — the title is specific, descriptive, and matches the change.
  • Recommendation: No change needed.

Commit Type

  • Properly selected (feature), and only one option is checked.
  • This aligns with the additive functionality change.

Risk Level

  • The selected label and PR body both indicate Low risk, and that matches the small additive code change in the diff.

What & Why

  • Current: Adds gpt-5.1, gpt-5.2, and gpt-5.4 (+ mini and nano) to the SUPPORTED_AGENT_OPENAI_MODELS list in logic-apps-shared...
  • Issue: None — concise and clear.
  • Recommendation: No change needed.

Impact of Change

  • Clear and appropriate for the scope of the change.
  • Recommendation:
    • Users: Good as written.
    • Developers: Good as written.
    • System: Good as written.

Test Plan

  • The PR includes manual testing and explains that the new models appear in the agent model dropdown.
  • This is acceptable for this small additive list update.

Contributors

  • Contributor credit is present.
  • No action needed.

Screenshots/Videos

  • Marked N/A, which is reasonable for a non-visual data/configuration change.

Summary Table

Section Status Recommendation
Title No change needed
Commit Type No change needed
Risk Level No change needed
What & Why No change needed
Impact of Change No change needed
Test Plan No change needed
Contributors No change needed
Screenshots/Videos No change needed

PR passed review. The advised risk level remains low and is consistent with the submitter’s assessment. No corrections are required.


Last updated: Fri, 26 Jun 2026 16:27:52 GMT

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Logic Apps shared “agent model” allowlist so the Designer can offer newer Azure OpenAI GPT-5.x models in the agent connection model dropdown.

Changes:

  • Added gpt-5.1, gpt-5.2, and gpt-5.4 to SUPPORTED_AGENT_OPENAI_MODELS.
  • Added gpt-5.4-mini and gpt-5.4-nano to SUPPORTED_AGENT_OPENAI_MODELS.

@github-actions

Copy link
Copy Markdown
Contributor

📊 Coverage Check

No source files changed in this PR.

@rllyy97 rllyy97 enabled auto-merge (squash) June 26, 2026 16:31
@rllyy97 rllyy97 merged commit 5b69010 into main Jun 26, 2026
25 checks passed
@rllyy97 rllyy97 deleted the rllyy97/feature/add-gpt5-agent-models branch June 26, 2026 16:34
rllyy97 added a commit that referenced this pull request Jun 26, 2026
…AI models (#9316) [hotfix/v5.970] (#9319)

feat(Designer): Add gpt-5.1, gpt-5.2, gpt-5.4 to supported agent OpenAI models (#9316)

feat: add gpt-5.1, gpt-5.2, gpt-5.4 to supported agent OpenAI models
rllyy97 added a commit that referenced this pull request Jun 26, 2026
…AI models (#9316) [hotfix/v5.961] (#9318)

feat(Designer): Add gpt-5.1, gpt-5.2, gpt-5.4 to supported agent OpenAI models (#9316)

feat: add gpt-5.1, gpt-5.2, gpt-5.4 to supported agent OpenAI models
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-validated risk:low Low risk change with minimal impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants