From 24b77773ce300c4c6edce6dd3eb6022b74e1fded Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Date: Wed, 11 Sep 2024 10:10:28 -0400 Subject: [PATCH] Fix typo in GenerationConfig.kt s/MINE/MIME/g --- .../com/google/firebase/vertexai/type/GenerationConfig.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/GenerationConfig.kt b/firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/GenerationConfig.kt index e8ce71e7975..55e1884adaa 100644 --- a/firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/GenerationConfig.kt +++ b/firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/GenerationConfig.kt @@ -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(