Share via


CompletionsOptions.Prompts Property

Definition

Gets the prompts to generate completions from. Defaults to a single prompt of <|endoftext|> if not otherwise provided.

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

Property Value

Remarks

Prompts is equivalent to 'prompt' in the REST request schema.

Applies to