feat: Update scenario-based agent setup and model references to GPT-5.1#993
Draft
Avijit-Microsoft wants to merge 19 commits into
Draft
feat: Update scenario-based agent setup and model references to GPT-5.1#993Avijit-Microsoft wants to merge 19 commits into
Avijit-Microsoft wants to merge 19 commits into
Conversation
…tions and scripts
chore: downmerge in feat branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request introduces several important updates to support Azure OpenAI GPT-5.1 as the default language model, improve scenario-based agent configuration, and enhance Azure role assignments for AI Foundry integration. The changes also streamline environment setup and add dynamic tool selection for agents based on scenario data types.
Model Upgrade and Documentation Updates:
Agent Creation and Scenario Configuration:
scripts/create_agent.py) now loads scenario-specific prompts and tool configurations, regenerating the agent prompt for the selected scenario and dynamically enabling SQL analytics tools for structured data scenarios. [1] [2] [3]scenarios.json, enabling SQL analytics only for relevant scenarios (e.g., JSON, CSV, WAV) and defaulting to search-only otherwise. [1] [2]Infrastructure and Role Assignment Enhancements:
Environment Setup Improvements:
.venv(fromvenv) in both PowerShell and Bash setup scripts, and the agent setup step is removed from the default deployment flow for clarity. [1] [2]File Path Consistency:
data/configinstead ofSample_Data/configfor consistency.These changes collectively modernize the platform to use the latest Azure OpenAI model, make agent capabilities scenario-aware, and improve deployment reliability and maintainability.
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information