From b197e97d8e67c600bd3a637efa3ca3656d1561bf Mon Sep 17 00:00:00 2001 From: Shawn Henry Date: Thu, 2 Apr 2026 10:21:53 -0700 Subject: [PATCH] Update README.md Co-authored-by: westey <164392973+westey-m@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee48a3eab4..f3a6ec7843 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Console.WriteLine(await agent.RunAsync("Write a haiku about Microsoft Agent Fram Create a simple Agent, using OpenAI Responses, that writes a haiku about the Microsoft Agent Framework ```c# -// dotnet add package Microsoft.Agents.AI.OpenAI --prerelease +// dotnet add package Microsoft.Agents.AI.OpenAI using System; using OpenAI; using OpenAI.Responses;