Class GrepSearchTool.Builder
java.lang.Object
com.alibaba.cloud.ai.graph.agent.tools.GrepSearchTool.Builder
- Enclosing class:
- GrepSearchTool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.ai.tool.ToolCallbackbuild()withDescription(String description) withMaxFileSizeMb(int maxFileSizeMb) withUseRipgrep(boolean useRipgrep)
-
Constructor Details
-
Builder
-
-
Method Details
-
withName
-
withDescription
-
withUseRipgrep
-
withMaxFileSizeMb
-
build
public org.springframework.ai.tool.ToolCallback build()
-