HuggingFacePromptExecutionSettings.Stop Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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