Share via


HuggingFacePromptExecutionSettings.ReturnFullText Property

Definition

(Default: True). Bool. If set to False, the return results will not contain the original query making it easier for prompting.

[System.Text.Json.Serialization.JsonPropertyName("return_full_text")]
public bool? ReturnFullText { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("return_full_text")>]
member this.ReturnFullText : Nullable<bool> with get, set
Public Property ReturnFullText As Nullable(Of Boolean)

Property Value

Attributes

Applies to