.Net: fix up the links so they point to the right spot#12517
Open
srini85 wants to merge 3 commits into
Open
Conversation
Author
|
@microsoft-github-policy-service agree |
westey-m
reviewed
May 7, 2026
| | ------------------------------------------------------------------------------------------ | ----------------------------------------------------------- | | ||
| | [Step01_AzureAIAgent](AzureAIAgent/Step01_AzureAIAgent.cs) | How to create an `AzureAIAgent`. | | ||
| | [Step02_AzureAIAgent_Plugins](AzureAIAgent/Step02_AzureAIAgent_Plugins.cs) | How to create an `AzureAIAgent`. | | ||
| | [Step03_AzureAIAgent_Chat](AzureAIAgent/Step03_AzureAIAgent_Chat.cs) | How create a conversation with `AzureAIAgent`s. | |
Contributor
There was a problem hiding this comment.
Suggested change
| | [Step03_AzureAIAgent_Chat](AzureAIAgent/Step03_AzureAIAgent_Chat.cs) | How create a conversation with `AzureAIAgent`s. | | |
| | [Step03_AzureAIAgent_Vision](AzureAIAgent/Step03_AzureAIAgent_Vision.cs) | How to add vision to an `AzureAIAgent`. | |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the .NET “GettingStartedWithAgents” sample README to correct documentation links and improve markdown formatting so readers can navigate to the right sample files.
Changes:
- Converted example lists into proper markdown tables and adjusted relative paths for sample links.
- Normalized markdown formatting (e.g., spacing, code block indentation).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | Example | Description | | ||
| | ----------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | | ||
| | [Step01_Assistant](OpenAIAssistant/Step01_Assistant.cs) | How to create an Open AI Assistant agent. | | ||
| | [Step02_Assistant_Plugins](OpenAIAssistant/Step02_Assistant_Plugins.cs) | How to create an Open AI Assistant agent. | |
| | Example | Description | | ||
| | ------------------------------------------------------------------------------------------ | ----------------------------------------------------------- | | ||
| | [Step01_AzureAIAgent](AzureAIAgent/Step01_AzureAIAgent.cs) | How to create an `AzureAIAgent`. | | ||
| | [Step02_AzureAIAgent_Plugins](AzureAIAgent/Step02_AzureAIAgent_Plugins.cs) | How to create an `AzureAIAgent`. | |
Comment on lines
+45
to
+52
| | Example | Description | | ||
| | ------------------------------------------------------------------------------------------ | ----------------------------------------------------------- | | ||
| | [Step01_AzureAIAgent](AzureAIAgent/Step01_AzureAIAgent.cs) | How to create an `AzureAIAgent`. | | ||
| | [Step02_AzureAIAgent_Plugins](AzureAIAgent/Step02_AzureAIAgent_Plugins.cs) | How to create an `AzureAIAgent`. | | ||
| | [Step03_AzureAIAgent_Chat](AzureAIAgent/Step03_AzureAIAgent_Chat.cs) | How create a conversation with `AzureAIAgent`s. | | ||
| | [Step04_AzureAIAgent_CodeInterpreter](AzureAIAgent/Step04_AzureAIAgent_CodeInterpreter.cs) | How to use the code-interpreter tool for an `AzureAIAgent`. | | ||
| | [Step05_AzureAIAgent_FileSearch](AzureAIAgent/Step05_AzureAIAgent_FileSearch.cs) | How to use the file-search tool for an `AzureAIAgent`. | | ||
| | [Step06_AzureAIAgent_OpenAPI](AzureAIAgent/Step06_AzureAIAgent_OpenAPI.cs) | How to use the Open API tool for an `AzureAIAgent`. | |
| | [Step01_Concurrent](Orchestration/Step01_Concurrent.cs) | How to use a concurrent orchestration. | | ||
| | [Step01a_ConcurrentWithStructuredOutput](Orchestration/Step01a_ConcurrentWithStructuredOutput.cs) | How to use structured output (with concurrent orchestration). | | ||
| | [Step02_Sequential](Orchestration/Step02_Sequential.cs) | How to use sequential orchestration. | | ||
| | [Step02a_Sequential](Orchestration/Step02a_Sequential.cs) | How to cancel an orchestration (with sequential orchestration). | |
| | [Step03a_GroupChatWithHumanInTheLoop](Orchestration/Step03a_GroupChatWithHumanInTheLoop.cs) | How to use group-chat orchestration with human in the loop. | | ||
| | [Step03b_GroupChatWithAIManager](Orchestration/Step03b_GroupChatWithAIManager.cs) | How to use group-chat orchestration with an AI-powered group-manager. | | ||
| | [Step04_Handoff](Orchestration/Step04_Handoff.cs) | How to use handoff orchestration. | | ||
| | [Step04b_HandoffWithStructuredInput](Orchestration/Step04b_HandoffWithStructuredInput.cs) | How to use structured input (with handoff orchestration). | |
| | ------------------------------------------------------------------------------------------ | ----------------------------------------------------------- | | ||
| | [Step01_AzureAIAgent](AzureAIAgent/Step01_AzureAIAgent.cs) | How to create an `AzureAIAgent`. | | ||
| | [Step02_AzureAIAgent_Plugins](AzureAIAgent/Step02_AzureAIAgent_Plugins.cs) | How to create an `AzureAIAgent`. | | ||
| | [Step03_AzureAIAgent_Chat](AzureAIAgent/Step03_AzureAIAgent_Chat.cs) | How create a conversation with `AzureAIAgent`s. | |
westey-m
reviewed
May 7, 2026
| | [Step01_Concurrent](Orchestration/Step01_Concurrent.cs) | How to use a concurrent orchestration. | | ||
| | [Step01a_ConcurrentWithStructuredOutput](Orchestration/Step01a_ConcurrentWithStructuredOutput.cs) | How to use structured output (with concurrent orchestration). | | ||
| | [Step02_Sequential](Orchestration/Step02_Sequential.cs) | How to use sequential orchestration. | | ||
| | [Step02a_Sequential](Orchestration/Step02a_Sequential.cs) | How to cancel an orchestration (with sequential orchestration). | |
Contributor
There was a problem hiding this comment.
Suggested change
| | [Step02a_Sequential](Orchestration/Step02a_Sequential.cs) | How to cancel an orchestration (with sequential orchestration). | | |
| | [Step02a_SequentialCancellation](Orchestration/Step02a_SequentialCancellation.cs) | How to cancel an orchestration (with sequential orchestration). | |
westey-m
reviewed
May 7, 2026
| | [Step03a_GroupChatWithHumanInTheLoop](Orchestration/Step03a_GroupChatWithHumanInTheLoop.cs) | How to use group-chat orchestration with human in the loop. | | ||
| | [Step03b_GroupChatWithAIManager](Orchestration/Step03b_GroupChatWithAIManager.cs) | How to use group-chat orchestration with an AI-powered group-manager. | | ||
| | [Step04_Handoff](Orchestration/Step04_Handoff.cs) | How to use handoff orchestration. | | ||
| | [Step04b_HandoffWithStructuredInput](Orchestration/Step04b_HandoffWithStructuredInput.cs) | How to use structured input (with handoff orchestration). | |
Contributor
There was a problem hiding this comment.
Suggested change
| | [Step04b_HandoffWithStructuredInput](Orchestration/Step04b_HandoffWithStructuredInput.cs) | How to use structured input (with handoff orchestration). | | |
| | [Step05_Magentic](Orchestration/Step05_Magentic.cs) | How to use Magentic). | | |
| | [Step06_DifferentAgentTypes](Orchestration/Step06_DifferentAgentTypes.cs) | Mixing agent types). | |
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.
Motivation and Context
Description
Fix up documentation links on the Dotnet samples with Agents - Readme.md
Contribution Checklist