EditTool 增强的文件编辑工具 支持精确的字符串替换编辑功能
| 14 | // EditTool 增强的文件编辑工具 |
| 15 | // 支持精确的字符串替换编辑功能 |
| 16 | type EditTool struct{} |
| 17 | |
| 18 | // NewEditTool 创建Edit工具 |
| 19 | func NewEditTool(config map[string]any) (tools.Tool, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected