Interface IChatCopilotOptionsTOptions

IChatCopilotOptions<TOptions> Schnittstelle

Stellt eine Schnittstelle für Chat-Copilot-Optionen mit einem bestimmten Typ dar.

public interface IChatCopilotOptions<out TOptions>
ParameterBeschreibung
TOptionsDer Typ der Optionen für den Chat-Copilot.

Methoden

NameBeschreibung
GetOptions()Gibt die Optionen des Typs TOptions zurück.

Siehe auch