Class GlobSearchTool

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

public class GlobSearchTool extends Object implements BiFunction<GlobSearchTool.Request,org.springframework.ai.chat.model.ToolContext,String>
Glob search tool for fast file pattern matching. Supports glob patterns like **/*.js or src/**/*.ts. Returns matching file paths sorted by modification time.