We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60baab6 commit 806d4fbCopy full SHA for 806d4fb
firebase-ai/src/main/kotlin/com/google/firebase/ai/common/Request.kt
@@ -93,7 +93,7 @@ internal data class GenerateImageRequest(
93
@Serializable
94
internal data class ImagenParameters(
95
val sampleCount: Int,
96
- val includeRaiReason: Boolean?,
+ val includeRaiReason: Boolean,
97
val storageUri: String?,
98
val negativePrompt: String?,
99
val aspectRatio: String?,
0 commit comments