Update README.md

Co-authored-by: westey <164392973+westey-m@users.noreply.github.com>
This commit is contained in:
Shawn Henry
2026-04-02 10:21:53 -07:00
committed by GitHub
Unverified
parent 3d149433b7
commit b197e97d8e
+1 -1
View File
@@ -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;