| 95 | } |
| 96 | |
| 97 | class EditToolInvocation implements ToolInvocation<EditToolParams, ToolResult> { |
| 98 | constructor( |
| 99 | private readonly config: Config, |
| 100 | public params: EditToolParams, |
nothing calls this directly
no outgoing calls
no test coverage detected