Share via


HuggingFacePromptExecutionSettings.Stop Property

Definition

Up to 4 sequences where the API will stop generating further tokens.

[System.Text.Json.Serialization.JsonPropertyName("stop")]
public System.Collections.Generic.List<string>? Stop { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("stop")>]
member this.Stop : System.Collections.Generic.List<string> with get, set
Public Property Stop As List(Of String)

Property Value

Attributes

Applies to