IntelligenceX

API Reference

Class

CopilotConfig

Namespace IntelligenceX.Configuration
Assembly IntelligenceX
Modifiers sealed

GitHub Copilot-specific configuration.

Inheritance

  • Object
  • CopilotConfig

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public CopilotConfig() #

Methods

public Void ApplyTo(CopilotNativeOptions options) #
Returns: Void

Applies settings to a CopilotNativeOptions instance.

Parameters

options IntelligenceX.Copilot.Native.CopilotNativeOptions requiredposition: 0
Copilot client options to populate.

Properties

public String BaseUrl { get; set; } #

Copilot inference API root.

public String TokenEnvironmentVariable { get; set; } #

Environment variable containing the GitHub credential for this product.

public String GitHubClientId { get; set; } #

Registered GitHub app client ID for native device sign-in.