Skip to content

Commit 15bb593

Browse files
committed
refactor: align with common code base
1 parent a78430d commit 15bb593

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tools/helloworld.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ func (t *HelloWorldTool) Description() string {
1818

1919
func (t *HelloWorldTool) Parameters() []Parameter {
2020
return []Parameter{
21-
{Name: "name", Description: "The name to greet", Required: true},
21+
{
22+
Name: "name",
23+
Description: "The name to greet",
24+
Required: true,
25+
},
2226
}
2327
}
2428

0 commit comments

Comments
 (0)