IntelligenceX
Class

CopilotDirectOptions

Namespace IntelligenceX.Copilot.Direct
Assembly IntelligenceX
Modifiers sealed

Options for the experimental Copilot direct HTTP client.

Inheritance

  • Object
  • CopilotDirectOptions

Remarks

This transport is unsupported and intended for controlled environments.

Constructors

Methods

public Void Validate() #
Returns: Void

Validates configuration values.

Properties

public String Url { get; set; } #

Absolute URL for the Copilot HTTP endpoint.

public String Token { get; set; } #

Optional bearer token to send with requests.

public Dictionary<String, String> Headers { get; } #

Optional additional headers to attach to requests.

public TimeSpan Timeout { get; set; } #

Request timeout.