Class GrepSearchTool

java.lang.Object
com.alibaba.cloud.ai.graph.agent.tools.GrepSearchTool
All Implemented Interfaces:
BiFunction<GrepSearchTool.Request,org.springframework.ai.chat.model.ToolContext,String>

public class GrepSearchTool extends Object implements BiFunction<GrepSearchTool.Request,org.springframework.ai.chat.model.ToolContext,String>
Grep search tool for fast content search. Searches file contents using regular expressions. Supports full regex syntax and filters files by pattern with the include parameter.