OpenAIChatCopilotOptions.Create

Create()

Creates a new instance of OpenAIChatCopilotOptions.

public static OpenAIChatCopilotOptions Create()

Return Value

A new instance of OpenAIChatCopilotOptions.

See Also


Create(Action<OpenAIChatCopilotOptions>)

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

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

Return Value

The configured instance of OpenAIChatCopilotOptions.

See Also