ReadTool 增强的文件读取工具 兼容标准Read工具功能
| 13 | // ReadTool 增强的文件读取工具 |
| 14 | // 兼容标准Read工具功能 |
| 15 | type ReadTool struct{} |
| 16 | |
| 17 | // NewReadTool 创建文件读取工具 |
| 18 | func NewReadTool(config map[string]any) (tools.Tool, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected