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>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-28 06:33:53 +00:00
committed by GitHub
Unverified
parent f248be004d
commit 573aa0048c
+1 -1
View File
@@ -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(...).