Partager via


FunctionCallingStepwisePlannerOptions.MaxTokens Property

Definition

The maximum total number of tokens to allow in a completion request, which includes the tokens from the prompt and completion

public int? MaxTokens { get; set; }
member this.MaxTokens : Nullable<int> with get, set
Public Property MaxTokens As Nullable(Of Integer)

Property Value

Applies to