From c2fb59cf1b1ce59201221cbf0e40ad6b7bd51fe3 Mon Sep 17 00:00:00 2001 From: Jacob Alber Date: Fri, 22 May 2026 13:02:40 -0400 Subject: [PATCH] fix: Update Sample README for PR Feedback --- dotnet/samples/03-workflows/Orchestration/Magentic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/samples/03-workflows/Orchestration/Magentic/README.md b/dotnet/samples/03-workflows/Orchestration/Magentic/README.md index 82704cbe79..e8314759f1 100644 --- a/dotnet/samples/03-workflows/Orchestration/Magentic/README.md +++ b/dotnet/samples/03-workflows/Orchestration/Magentic/README.md @@ -1,6 +1,6 @@ # Magentic Orchestration Sample -This sample ports the Python `magentic.py` workflow sample to .NET. It builds a `MagenticWorkflowBuilder` orchestration that coordinates three roles: +This sample showcases the Magentic Orchestration Pattern in .NET, setting up a team with three roles: - **ResearcherAgent** gathers factual background information. - **CoderAgent** uses `HostedCodeInterpreterTool` for quantitative analysis.