Enhance tool description for AI Foundry#599
Merged
anannya03 merged 4 commits intomicrosoft:mainfrom Sep 30, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR enhances tool descriptions for Azure AI Foundry commands to improve AI confidence scores above 0.4. The changes focus on making descriptions more precise and informative by providing detailed parameter information, return values, and clearer use case guidance.
Key Changes:
- Enhanced model deployment description with detailed parameters and return values
- Streamlined deployments list description with specific input/output details
- Simplified agents connect description for clarity
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| ModelDeploymentCommand.cs | Replaced brief description with comprehensive details about deployment process, parameters, and limitations |
| DeploymentsListCommand.cs | Condensed verbose description into concise format with required/optional parameters and return schema |
| AgentsConnectCommand.cs | Simplified description to focus on core functionality and distinguish from evaluation workflows |
vcolin7
reviewed
Sep 29, 2025
vcolin7
reviewed
Sep 29, 2025
vcolin7
reviewed
Sep 29, 2025
vcolin7
reviewed
Sep 29, 2025
vcolin7
reviewed
Sep 29, 2025
vcolin7
approved these changes
Sep 29, 2025
Contributor
vcolin7
left a comment
There was a problem hiding this comment.
Looks good! Just left a small comment
…and.cs Co-authored-by: vcolin7 <vicolina@microsoft.com>
vcolin7
approved these changes
Sep 29, 2025
Closed
12 tasks
colbytimm
pushed a commit
to colbytimm/microsoft-mcp
that referenced
this pull request
Dec 8, 2025
* Enhance tool description for AI Foundry * cleaned up the description more * review comments * Update tools/Azure.Mcp.Tools.Foundry/src/Commands/DeploymentsListCommand.cs Co-authored-by: vcolin7 <vicolina@microsoft.com> --------- Co-authored-by: vcolin7 <vicolina@microsoft.com>
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.
What does this PR do?
Enhance tool description for AI Foundry to have a confidence score of >0.4
GitHub issue number?
#250