API Reference
Class
CopilotChatClientOptions
Options for the high-level Copilot chat client that can select between CLI and direct transports.
Inheritance
- Object
- CopilotChatClientOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method CopilotChatClient.StartAsync
Constructors
public CopilotChatClientOptions() #Methods
Inherited Methods
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.