mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-06-27 14:56:27 +00:00
Minor documentation enhancement
This commit is contained in:
parent
5194d402c0
commit
24217c2928
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user