Skip to content

Commit f57223e

Browse files
committed
lint
1 parent 690f2b0 commit f57223e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ type ToolsetInfo struct {
109109
Name string `json:"name" jsonschema:"required,description=The name of the toolset"`
110110
Description string `json:"description" jsonschema:"description=Description of what the toolset provides"`
111111
Enabled bool `json:"enabled" jsonschema:"description=Whether the toolset is currently enabled"`
112-
ToolNames []string `json:"toolNames" jsonschema:"description=List of tool names provided by this toolset (e.g., ['grafana_query_prometheus', 'grafana_list_prometheus_metric_metadata'])"`
112+
ToolNames []string `json:"toolNames" jsonschema:"description=List of tool names provided by this toolset (e.g.\\, ['grafana_query_prometheus'\\, 'grafana_list_prometheus_metric_metadata'])"`
113113
}
114114

115115
// AddDynamicDiscoveryTools adds the list and enable toolset tools to the server

0 commit comments

Comments
 (0)