Share via


GeminiPromptExecutionSettings.SafetySettings Property

Definition

Represents a list of safety settings.

[System.Text.Json.Serialization.JsonPropertyName("safety_settings")]
public System.Collections.Generic.IList<Microsoft.SemanticKernel.Connectors.Google.GeminiSafetySetting>? SafetySettings { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("safety_settings")>]
member this.SafetySettings : System.Collections.Generic.IList<Microsoft.SemanticKernel.Connectors.Google.GeminiSafetySetting> with get, set
Public Property SafetySettings As IList(Of GeminiSafetySetting)

Property Value

Attributes

Applies to