Class
CopilotDirectOptions
Options for the experimental Copilot direct HTTP client.
Inheritance
- Object
- CopilotDirectOptions
Remarks
This transport is unsupported and intended for controlled environments.
Constructors
public CopilotDirectOptions() #Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.