(input)
| 64 | userFacingName, |
| 65 | getToolUseSummary, |
| 66 | getActivityDescription(input) { |
| 67 | const summary = getToolUseSummary(input) |
| 68 | return summary ? `Finding ${summary}` : 'Finding files' |
| 69 | }, |
| 70 | get inputSchema(): InputSchema { |
| 71 | return inputSchema() |
| 72 | }, |
nothing calls this directly
no test coverage detected