Skip to content

Commit 994542e

Browse files
authored
Fix typo in GenerationConfig.kt (#6250)
s/MINE/MIME/g
1 parent 8ad9ef5 commit 994542e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/GenerationConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ package com.google.firebase.vertexai.type
3030
* [Vertex AI documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/GenerationConfig#FIELDS.response_mime_type)
3131
* for a list of supported types.
3232
* @property responseSchema A schema that the response must adhere to, used with the
33-
* `application/json` MINE type.
33+
* `application/json` MIME type.
3434
*/
3535
class GenerationConfig
3636
private constructor(

0 commit comments

Comments
 (0)