We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0fa1b2 + 222a7cb commit 6266259Copy full SHA for 6266259
pkg/types/tool.go
@@ -54,7 +54,7 @@ func (t Tool) String() string {
54
_, _ = fmt.Fprintf(buf, "Name: %s\n", t.Parameters.Name)
55
}
56
if t.Parameters.Description != "" {
57
- _, _ = fmt.Fprintf(buf, "Description: %s\n", t.Parameters.Name)
+ _, _ = fmt.Fprintf(buf, "Description: %s\n", t.Parameters.Description)
58
59
if len(t.Parameters.Tools) != 0 {
60
_, _ = fmt.Fprintf(buf, "Tools: %s\n", strings.Join(t.Parameters.Tools, ", "))
0 commit comments