OpenAISummaryCopilotOptions.Create

Create()

Erstellt eine neue Instanz von OpenAISummaryCopilotOptions.

public static OpenAISummaryCopilotOptions Create()

Rückgabewert

Eine neue Instanz von OpenAISummaryCopilotOptions.

Siehe auch


Create(Action<OpenAISummaryCopilotOptions>)

Erstellt eine Instanz von OpenAISummaryCopilotOptions und konfiguriert sie mit dem bereitgestellten Delegaten.

public static OpenAISummaryCopilotOptions Create(Action<OpenAISummaryCopilotOptions> config)
ParameterTypBeschreibung
configAction`1Der Delegat zur Konfiguration der Optionen.

Rückgabewert

Die konfigurierte Instanz von OpenAISummaryCopilotOptions.

Siehe auch