Type alias GoogleGeminiSafetySetting

GoogleGeminiSafetySetting: {
    category: "HARM_CATEGORY_SEXUALLY_EXPLICIT" | string;
    threshold: "BLOCK_NONE" | "BLOCK_LOW_AND_ABOVE" | "BLOCK_MED_AND_ABOVE" | "BLOCK_ONLY_HIGH";
}

Type declaration

  • category: "HARM_CATEGORY_SEXUALLY_EXPLICIT" | string
  • threshold: "BLOCK_NONE" | "BLOCK_LOW_AND_ABOVE" | "BLOCK_MED_AND_ABOVE" | "BLOCK_ONLY_HIGH"