From a2f6e4121e24c4024d10a0484897761133232d42 Mon Sep 17 00:00:00 2001 From: Sim Tsai <13759975+SimTsai@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:37:28 +0800 Subject: [PATCH] Change codetab from 'csharp' to 'dotnet' --- content/copilot/how-tos/copilot-sdk/features/custom-agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/how-tos/copilot-sdk/features/custom-agents.md b/content/copilot/how-tos/copilot-sdk/features/custom-agents.md index d93076614715..b14c471ab3ed 100644 --- a/content/copilot/how-tos/copilot-sdk/features/custom-agents.md +++ b/content/copilot/how-tos/copilot-sdk/features/custom-agents.md @@ -840,7 +840,7 @@ session, err := client.CreateSession(ctx, &copilot.SessionConfig{ ``` {% endcodetab %} -{% codetab csharp %} +{% codetab dotnet %}