(toolBlock, theme, options)
| 9 | toolName: 'write_file', |
| 10 | |
| 11 | render(toolBlock, theme, options): ToolRenderConfig { |
| 12 | // Call the str_replace renderer with the same block shape |
| 13 | // since both tools share identical UI and output structure. |
| 14 | return StrReplaceComponent.render(toolBlock as any, theme, options) |
| 15 | }, |
| 16 | }) |