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 8ad9ef5 commit 994542eCopy full SHA for 994542e
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/GenerationConfig.kt
@@ -30,7 +30,7 @@ package com.google.firebase.vertexai.type
30
* [Vertex AI documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/GenerationConfig#FIELDS.response_mime_type)
31
* for a list of supported types.
32
* @property responseSchema A schema that the response must adhere to, used with the
33
- * `application/json` MINE type.
+ * `application/json` MIME type.
34
*/
35
class GenerationConfig
36
private constructor(
0 commit comments