| 138 | * Configurable mock modifiable tool for testing. |
| 139 | */ |
| 140 | export class MockModifiableTool |
| 141 | extends MockTool |
| 142 | implements ModifiableDeclarativeTool<Record<string, unknown>> |
| 143 | { |
nothing calls this directly
no outgoing calls
no test coverage detected