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 b20335c commit 051bbf3Copy full SHA for 051bbf3
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/internal/util/conversions.kt
@@ -115,7 +115,7 @@ internal fun GenerationConfig.toInternal() =
115
maxOutputTokens = maxOutputTokens,
116
stopSequences = stopSequences,
117
responseMimeType = responseMimeType,
118
- responseSchema = responseSchema
+ responseSchema = responseSchema?.toInternal()
119
)
120
121
internal fun com.google.firebase.vertexai.type.HarmCategory.toInternal() =
0 commit comments