Compartir a través de


LimitTokenFilter.MaxTokenCount Propiedad

Definición

Obtiene o establece el número máximo de tokens que se van a generar. El valor predeterminado es 1.

[Newtonsoft.Json.JsonProperty(PropertyName="maxTokenCount")]
public int? MaxTokenCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxTokenCount")>]
member this.MaxTokenCount : Nullable<int> with get, set
Public Property MaxTokenCount As Nullable(Of Integer)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a