GrepTool 增强的内容搜索工具 支持正则表达式内容搜索功能
| 16 | // GrepTool 增强的内容搜索工具 |
| 17 | // 支持正则表达式内容搜索功能 |
| 18 | type GrepTool struct{} |
| 19 | |
| 20 | // NewGrepTool 创建Grep工具 |
| 21 | func NewGrepTool(config map[string]any) (tools.Tool, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected