API Reference
Class
CopilotDirectOptions
Options for the experimental Copilot direct HTTP client.
Inheritance
- Object
- CopilotDirectOptions
Remarks
This transport is unsupported and intended for controlled environments.
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
- Property CopilotChatClientOptions.Direct
Accepted by parameters
- Constructor CopilotDirectClient.CopilotDirectClient
Constructors
public CopilotDirectOptions() #Methods
Inherited Methods
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.