Class GlobTool
java.lang.Object
com.alibaba.cloud.ai.graph.agent.extension.tools.filesystem.GlobTool
- All Implemented Interfaces:
BiFunction<String,org.springframework.ai.chat.model.ToolContext, String>
public class GlobTool
extends Object
implements BiFunction<String,org.springframework.ai.chat.model.ToolContext,String>
Tool for finding files matching a glob pattern.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.ai.tool.ToolCallbackcreateGlobToolCallback(String description) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
DESCRIPTION
- See Also:
-
-
Constructor Details
-
GlobTool
public GlobTool()
-
-
Method Details