Uses of Class
com.alibaba.cloud.ai.graph.agent.tools.ShellSessionManager.Builder
Packages that use ShellSessionManager.Builder
-
Uses of ShellSessionManager.Builder in com.alibaba.cloud.ai.graph.agent.tools
Methods in com.alibaba.cloud.ai.graph.agent.tools that return ShellSessionManager.BuilderModifier and TypeMethodDescriptionShellSessionManager.Builder.addRedactionRule(ShellSessionManager.RedactionRule rule) ShellSessionManager.Builder.addShutdownCommand(String command) ShellSessionManager.Builder.addStartupCommand(String command) static ShellSessionManager.BuilderShellSessionManager.builder()ShellSessionManager.Builder.commandTimeout(long millis) ShellSessionManager.Builder.environment(Map<String, String> env) ShellSessionManager.Builder.maxOutputBytes(long bytes) ShellSessionManager.Builder.maxOutputLines(int lines) ShellSessionManager.Builder.setShutdownCommand(List<String> commands) ShellSessionManager.Builder.setStartupCommand(List<String> commands) ShellSessionManager.Builder.shellCommand(List<String> command) ShellSessionManager.Builder.startupTimeout(long millis) ShellSessionManager.Builder.terminationTimeout(long millis) ShellSessionManager.Builder.workspaceRoot(String path) ShellSessionManager.Builder.workspaceRoot(Path path)