()
| 106 | return summary ? `Writing ${summary}` : 'Writing file' |
| 107 | }, |
| 108 | async prompt() { |
| 109 | return getWriteToolDescription() |
| 110 | }, |
| 111 | renderToolUseMessage, |
| 112 | isResultTruncated, |
| 113 | get inputSchema(): InputSchema { |
nothing calls this directly
no test coverage detected