-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add supported AI providers table to overview documentation #50586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
There was a problem hiding this comment.
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 addresses a documentation gap by adding comprehensive information about AI provider support in .NET libraries to the overview documentation.
Key Changes:
- Added "Supported AI providers" section with a comparison table showing 7 providers across 3 frameworks
- Included provider descriptions and framework links
- Added explanatory note about the abstraction layer
docs/ai/overview.md
Outdated
| | **Azure OpenAI** | ✅ | ✅ | ✅ | Enterprise-grade OpenAI models hosted on Azure with enhanced security and compliance | | ||
| | **Azure AI Foundry** | ✅ | ✅ | ❌ | Microsoft's managed platform for building and deploying AI agents at scale | | ||
| | **GitHub Models** | ✅ | ✅ | ❌ | Access to models available through GitHub's AI model marketplace | | ||
| | **Ollama** | ✅ | ✅ | ❌ | Run open-source models locally (Llama, Mistral, Phi-3, and more) | |
Copilot
AI
Dec 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrase "and more" is similar to the prohibited terms "etc." and "and so on". According to the writing style guidelines, provide complete lists or use "for example" to introduce partial lists. Consider rephrasing to something like "Run open-source models locally, for example, Llama, Mistral, and Phi-3".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot apply changes based on this feedback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to "Run open-source models locally, for example, Llama, Mistral, and Phi-3" in commit 2b1fe5c.
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Plan: Add Info About Supported AI Providers to overview.md ✅
Based on the issue requirements and exploration of the existing documentation, here's the completed plan:
Summary
Successfully added a comprehensive "Supported AI providers" section to the .NET AI overview documentation. The new section includes:
Recent Changes
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Internal previews