Skip to content

Commit

Permalink
Fix typo in GenerationConfig.kt (#6250)
Browse files Browse the repository at this point in the history
s/MINE/MIME/g
  • Loading branch information
rlazo authored Sep 11, 2024
1 parent 8ad9ef5 commit 994542e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ package com.google.firebase.vertexai.type
* [Vertex AI documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/GenerationConfig#FIELDS.response_mime_type)
* for a list of supported types.
* @property responseSchema A schema that the response must adhere to, used with the
* `application/json` MINE type.
* `application/json` MIME type.
*/
class GenerationConfig
private constructor(
Expand Down

0 comments on commit 994542e

Please sign in to comment.