Interface SafetySetting

Safety setting that can be sent as part of request parameters.

interface SafetySetting {
    category: HarmCategory;
    threshold: HarmBlockThreshold;
}

Properties

Properties

category: HarmCategory