Interface ISummaryCopilotOptionsTOptions

ISummaryCopilotOptions<TOptions> interface

Represents an interface for summary copilot options with a specific type.

public interface ISummaryCopilotOptions<out TOptions>
ParameterDescription
TOptionsThe type of options for the summary copilot.

Methods

NameDescription
GetOptions()Gets the options of type TOptions.

See Also