Interface ISummaryClientTOptions

ISummaryClient<TOptions> interface

Represents an interface for a summary client with specific options.

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

Methods

NameDescription
GetSummaryCopilot(ISummaryCopilotOptions<TOptions>)Gets an instance of ISummaryCopilot with the specified options.

See Also