toolClient handles tool-related requests
| 14 | |
| 15 | // toolClient handles tool-related requests |
| 16 | type toolClient struct { |
| 17 | client *BaseClient |
| 18 | } |
| 19 | |
| 20 | // NewToolClient creates a new tool client |
| 21 | func NewToolClient(client *BaseClient) Tool { |
nothing calls this directly
no outgoing calls
no test coverage detected