(input)
| 102 | userFacingName, |
| 103 | getToolUseSummary, |
| 104 | getActivityDescription(input) { |
| 105 | const summary = getToolUseSummary(input) |
| 106 | return summary ? `Writing ${summary}` : 'Writing file' |
| 107 | }, |
| 108 | async prompt() { |
| 109 | return getWriteToolDescription() |
| 110 | }, |
nothing calls this directly
no test coverage detected