OpenAIPromptExecutionSettings.Clone Method

Definition

Overloads

Clone()

Creates a new PromptExecutionSettings object that is a copy of the current instance.

Clone<T>()

Clone the settings object.

Clone()

Creates a new PromptExecutionSettings object that is a copy of the current instance.

public override Microsoft.SemanticKernel.PromptExecutionSettings Clone ();

Returns

Applies to

Clone<T>()

Clone the settings object.

protected internal T Clone<T> () where T : Microsoft.SemanticKernel.Connectors.OpenAI.OpenAIPromptExecutionSettings, new();

Type Parameters

T

The type of the settings object to clone.

Returns

T

A new instance of the settings object.

Applies to