From 573aa0048c0953deb9693e5683f72c9eaa7bf573 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Apr 2026 06:33:53 +0000 Subject: [PATCH] docs: fix .NET quickstart description to match JokerAgent code Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/a0616215-1b8a-44ea-9a35-3ef33b97bdce Co-authored-by: chetantoshniwal <255221507+chetantoshniwal@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f232d6b7d..5f00f22bd7 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ if __name__ == "__main__": ``` #### Basic Agent - .NET -Create a simple Agent, using Microsoft Foundry with token-based auth, that writes a haiku about the Microsoft Agent Framework +Create a simple Agent, using Microsoft Foundry with token-based auth, that tells jokes ```c# // This sample shows how to create and run a basic agent with AIProjectClient.AsAIAgent(...).