diff --git a/firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/HarmBlockThreshold.kt b/firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/HarmBlockThreshold.kt index 162ec2a7a1f..16376034615 100644 --- a/firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/HarmBlockThreshold.kt +++ b/firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/HarmBlockThreshold.kt @@ -16,9 +16,7 @@ package com.google.firebase.vertexai.type -/** - * Represents the threshold for some [HarmCategory] that is allowed and blocked by [SafetySetting]. - */ +/** Represents the threshold for a [HarmCategory] to be allowed by [SafetySetting]. */ public enum class HarmBlockThreshold { /** Content with negligible harm is allowed. */ LOW_AND_ABOVE,