Uses of Class
com.alibaba.cloud.ai.graph.agent.tools.ShellTool.Builder
Packages that use ShellTool.Builder
-
Uses of ShellTool.Builder in com.alibaba.cloud.ai.graph.agent.tools
Methods in com.alibaba.cloud.ai.graph.agent.tools that return ShellTool.BuilderModifier and TypeMethodDescriptionstatic ShellTool.BuilderShellTool.Builder.withCommandTimeout(long commandTimeout) ShellTool.Builder.withDescription(String description) ShellTool.Builder.withEnvironment(Map<String, String> environment) ShellTool.Builder.withMaxOutputLines(int maxOutputLines) ShellTool.Builder.withShellCommand(List<String> shellCommand) ShellTool.Builder.withShutdownCommands(List<String> shutdownCommands) ShellTool.Builder.withStartupCommands(List<String> startupCommands)