| 383 | * Implementation of the WriteFile tool logic |
| 384 | */ |
| 385 | export class WriteFileTool |
| 386 | extends BaseDeclarativeTool<WriteFileToolParams, ToolResult> |
| 387 | implements ModifiableDeclarativeTool<WriteFileToolParams> |
| 388 | { |
nothing calls this directly
no outgoing calls
no test coverage detected