WriteTool 增强的文件写入工具 兼容标准Write工具功能
| 17 | // WriteTool 增强的文件写入工具 |
| 18 | // 兼容标准Write工具功能 |
| 19 | type WriteTool struct{} |
| 20 | |
| 21 | // NewWriteTool 创建文件写入工具 |
| 22 | func NewWriteTool(config map[string]any) (tools.Tool, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected