Share via


CompletionsOptions.StopSequences Property

Definition

Gets a list of textual sequences that will end completions generation. A maximum of four stop sequences are allowed.

public System.Collections.Generic.IList<string> StopSequences { get; }
member this.StopSequences : System.Collections.Generic.IList<string>
Public ReadOnly Property StopSequences As IList(Of String)

Property Value

Remarks

StopSequences is equivalent to 'stop' in the REST request schema.

Applies to