Uses of Class
com.github.copilot.sdk.json.CopilotClientOptions
Packages that use CopilotClientOptions
-
Uses of CopilotClientOptions in com.github.copilot.sdk
Constructors in com.github.copilot.sdk with parameters of type CopilotClientOptionsModifierConstructorDescriptionCopilotClient(CopilotClientOptions options) Creates a new CopilotClient with the specified options. -
Uses of CopilotClientOptions in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return CopilotClientOptionsModifier and TypeMethodDescriptionCopilotClientOptions.setAutoRestart(boolean autoRestart) Sets whether the client should automatically restart the CLI server if it crashes unexpectedly.CopilotClientOptions.setAutoStart(boolean autoStart) Sets whether the client should automatically start the CLI server when the first request is made.CopilotClientOptions.setCliArgs(String[] cliArgs) Sets extra arguments to pass to the CLI process.CopilotClientOptions.setCliPath(String cliPath) Sets the path to the Copilot CLI executable.Sets the URL of an existing CLI server to connect to.Sets the working directory for the CLI process.CopilotClientOptions.setEnvironment(Map<String, String> environment) Sets environment variables to pass to the CLI process.Sets a custom logger for the client.CopilotClientOptions.setLogLevel(String logLevel) Sets the log level for the CLI process.CopilotClientOptions.setPort(int port) Sets the TCP port for the CLI server to listen on.CopilotClientOptions.setUseStdio(boolean useStdio) Sets whether to use stdio transport instead of TCP.