Compartilhar via


AzureChatExtensions.SetNewMaxCompletionTokensPropertyEnabled Method

Definition

public static void SetNewMaxCompletionTokensPropertyEnabled (this OpenAI.Chat.ChatCompletionOptions options, bool newPropertyEnabled = true);
static member SetNewMaxCompletionTokensPropertyEnabled : OpenAI.Chat.ChatCompletionOptions * bool -> unit
<Extension()>
Public Sub SetNewMaxCompletionTokensPropertyEnabled (options As ChatCompletionOptions, Optional newPropertyEnabled As Boolean = true)

Parameters

options
OpenAI.Chat.ChatCompletionOptions
newPropertyEnabled
Boolean

Applies to