Minor documentation enhancement

This commit is contained in:
Peer Schütt 2026-06-11 16:33:48 +02:00
parent 5194d402c0
commit 24217c2928

View File

@ -142,7 +142,7 @@ public sealed class GetCurrentWeatherTool : IToolImplementation
public string GetDisplayName() => TB("Current Weather"); 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 public string GetSettingsFieldLabel(string fieldName, ToolSettingsFieldDefinition fieldDefinition) => fieldName switch
{ {