Class
CopilotChatClientOptions
Options for the high-level Copilot chat client that can select between CLI and direct transports.
Inheritance
- Object
- CopilotChatClientOptions
Constructors
public CopilotChatClientOptions() #Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public CopilotTransportKind Transport { get; set; } #Transport selection (CLI or direct HTTP).
public CopilotClientOptions Cli { get; } #Options for the Copilot CLI transport.
public CopilotDirectOptions Direct { get; } #Options for the direct HTTP transport.
public String DefaultModel { get; set; } #Default model to use when none is provided to ChatAsync.
public TimeSpan Timeout { get; set; } #Timeout to apply to CLI SendAndWaitAsync calls.