| 417 | * Implementation of the Edit tool logic |
| 418 | */ |
| 419 | export class EditTool |
| 420 | extends BaseDeclarativeTool<EditToolParams, ToolResult> |
| 421 | implements ModifiableDeclarativeTool<EditToolParams> |
| 422 | { |
nothing calls this directly
no outgoing calls
no test coverage detected