From 24217c2928e15edead77acfc100b00ec93c9a6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peer=20Sch=C3=BCtt?= <20603780+peerschuett@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:33:48 +0200 Subject: [PATCH] Minor documentation enhancement --- documentation/Tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Tools.md b/documentation/Tools.md index 3f442369..8b82759a 100644 --- a/documentation/Tools.md +++ b/documentation/Tools.md @@ -142,7 +142,7 @@ public sealed class GetCurrentWeatherTool : IToolImplementation public string GetDisplayName() => TB("Current Weather"); - public string GetDescription() => TB("Use this demo tool to retrieve the current weather for a given city and state."); + public string GetDescription() => TB("Use this demo tool to retrieve the current weather for a given city and state."); // this Description is shown to the user public string GetSettingsFieldLabel(string fieldName, ToolSettingsFieldDefinition fieldDefinition) => fieldName switch {