Skip to content

.Net: fix up the links so they point to the right spot#12517

Open
srini85 wants to merge 3 commits into
microsoft:mainfrom
srini85:fix_doco_links
Open

.Net: fix up the links so they point to the right spot#12517
srini85 wants to merge 3 commits into
microsoft:mainfrom
srini85:fix_doco_links

Conversation

@srini85

@srini85 srini85 commented Jun 18, 2025

Copy link
Copy Markdown

Motivation and Context

  1. Why is this change required? fix the broken links
  2. What problem does it solve? fixes the broken links on the readme
  3. What scenario does it contribute to? documentation
  4. If it fixes an open issue, please link to the issue here. NA

Description

Fix up documentation links on the Dotnet samples with Agents - Readme.md

Contribution Checklist

@srini85 srini85 requested a review from a team as a code owner June 18, 2025 01:48
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code documentation labels Jun 18, 2025
@github-actions github-actions Bot changed the title fix up the links so they point to the right spot .Net: fix up the links so they point to the right spot Jun 18, 2025
@srini85

srini85 commented Jun 18, 2025

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

@westey-m westey-m self-assigned this Apr 29, 2026
@westey-m westey-m moved this to Community PR in Agent Framework Apr 29, 2026
Copilot AI review requested due to automatic review settings May 7, 2026 10:25
| ------------------------------------------------------------------------------------------ | ----------------------------------------------------------- |
| [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 westey-m May 7, 2026

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.

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`. |

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 .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. |
| [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). |

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.

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). |

| [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). |

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.

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). |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation .NET Issue or Pull requests regarding .NET code

Projects

Status: Community PR

Development

Successfully merging this pull request may close these issues.

5 participants