类 GrepTool.Builder
java.lang.Object
com.agentsflex.tool.commons.GrepTool.Builder
- 封闭类:
- GrepTool
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()maxDepth(int maxDepth) maxLineLength(int maxLineLength) maxOutputLength(int maxOutputLength) workingDirectory(String workingDirectory) Set the working directory using a string path.workingDirectory(Path workingDirectory) Set the working directory to use when the agent doesn't specify a path.
-
字段详细资料
-
maxOutputLength
-
maxDepth
-
maxLineLength
-
workingDirectory
-
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
maxOutputLength
-
maxDepth
-
maxLineLength
-
workingDirectory
Set the working directory to use when the agent doesn't specify a path. This allows tools to operate within a sandbox/workspace context.- 参数:
workingDirectory- the working directory path- 返回:
- this builder
-
workingDirectory
Set the working directory using a string path.- 参数:
workingDirectory- the working directory path as string- 返回:
- this builder
-
build
-