| 39 | } |
| 40 | |
| 41 | class TestTool extends DeclarativeTool<object, ToolResult> { |
| 42 | private readonly buildFn: (params: object) => TestToolInvocation; |
| 43 | |
| 44 | constructor(buildFn: (params: object) => TestToolInvocation) { |
nothing calls this directly
no outgoing calls
no test coverage detected