MistralAIPromptExecutionSettings.SafePrompt 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.
Default: false Whether to inject a safety prompt before all conversations.
[System.Text.Json.Serialization.JsonPropertyName("safe_prompt")]
public bool SafePrompt { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("safe_prompt")>]
member this.SafePrompt : bool with get, set
Public Property SafePrompt As Boolean
Property Value
- Attributes