Interface ISummaryClientTOptions

ISummaryClient<TOptions> Schnittstelle

Stellt eine Schnittstelle für einen Zusammenfassungsclient mit spezifischen Optionen dar.

public interface ISummaryClient<in TOptions> : IAIClient
ParameterBeschreibung
TOptionsDer Typ der Optionen für den Zusammenfassungsclient.

Methoden

NameBeschreibung
GetSummaryCopilot(ISummaryCopilotOptions<TOptions>)Gibt eine Instanz von ISummaryCopilot mit den angegebenen Optionen zurück.

Siehe auch