We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bc840 commit e6dd894Copy full SHA for e6dd894
pkg/inventory/registry.go
@@ -58,7 +58,7 @@ type Inventory struct {
58
filters []ToolFilter
59
// unrecognizedToolsets holds toolset IDs that were requested but don't match any registered toolsets
60
unrecognizedToolsets []string
61
- // server instructions hold high-lelvel instructions for agents to use the server effectively
+ // server instructions hold high-level instructions for agents to use the server effectively
62
instructions string
63
}
64
0 commit comments