LlamaSummaryCopilotOptions.Create

Create()

Erstellt eine neue Instanz von LlamaSummaryCopilotOptions.

public static LlamaSummaryCopilotOptions Create()

Rückgabewert

Eine neue Instanz von LlamaSummaryCopilotOptions.

Siehe auch


Create(Action<LlamaSummaryCopilotOptions>)

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

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

Rückgabewert

Die konfigurierte Instanz von LlamaSummaryCopilotOptions.

Siehe auch