Tool defines the tool operations
| 9 | |
| 10 | // Tool defines the tool operations |
| 11 | type Tool interface { |
| 12 | ListTools(ctx context.Context) ([]api.Tool, error) |
| 13 | } |
| 14 | |
| 15 | // toolClient handles tool-related requests |
| 16 | type toolClient struct { |
nothing calls this directly
no outgoing calls
no test coverage detected