()
| 101 | return summary ? `Editing ${summary}` : 'Editing file' |
| 102 | }, |
| 103 | get inputSchema() { |
| 104 | return inputSchema() |
| 105 | }, |
| 106 | get outputSchema() { |
| 107 | return outputSchema() |
| 108 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected