LlamaSummaryCopilotOptions.Create

Create()

Creates a new instance of LlamaSummaryCopilotOptions.

public static LlamaSummaryCopilotOptions Create()

Return Value

A new instance of LlamaSummaryCopilotOptions.

See Also


Create(Action<LlamaSummaryCopilotOptions>)

Creates an instance of LlamaSummaryCopilotOptions and configures it using the provided delegate.

public static LlamaSummaryCopilotOptions Create(Action<LlamaSummaryCopilotOptions> config)
ParameterTypeDescription
configAction`1The delegate to configure the options.

Return Value

The configured instance of LlamaSummaryCopilotOptions.

See Also