IntelligenceX
Class

CopilotConfig

Namespace IntelligenceX.Configuration
Assembly IntelligenceX
Modifiers sealed

GitHub Copilot-specific configuration.

Inheritance

  • Object
  • CopilotConfig

Constructors

public CopilotConfig() #

Methods

public Void ApplyTo(CopilotClientOptions options) #
Returns: Void

Applies settings to a CopilotClientOptions instance.

Parameters

options IntelligenceX.Copilot.CopilotClientOptions
Copilot client options to populate.

Properties

public String CliPath { get; set; } #

Path to the Copilot CLI executable.

public String CliUrl { get; set; } #

Download URL for the Copilot CLI.

public Nullable<Boolean> AutoInstall { get; set; } #

Automatically installs the Copilot CLI when missing.