From 4cf462aba84b8cba2b68618c66a651ca62eed749 Mon Sep 17 00:00:00 2001 From: Zhangyi Yuan Date: Mon, 14 Sep 2026 10:24:05 +0800 Subject: [PATCH] docs: use the standard .NET tab label in custom-agents This was the only 'C# / .NET' tab label in docs/; the other 72 .NET tabs use '.NET', which is also the label listed as supported by the docs style guide. --- docs/features/custom-agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/custom-agents.md b/docs/features/custom-agents.md index 9e2f597688..4b093a8c7b 100644 --- a/docs/features/custom-agents.md +++ b/docs/features/custom-agents.md @@ -871,7 +871,7 @@ session, err := client.CreateSession(ctx, &copilot.SessionConfig{
-C# / .NET +.NET ```csharp