Interface IChatClientTOptions

IChatClient<TOptions> interface

Represents an interface for a chat client with specific options.

public interface IChatClient<in TOptions> : IAIClient
ParameterDescription
TOptionsThe type of options for the chat client.

Methods

NameDescription
GetChatCopilot(IChatCopilotOptions<TOptions>)Gets an instance of IChatCopilot with the specified options.

See Also