Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in GenerationConfig.kt #6250

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Fix typo in GenerationConfig.kt #6250

merged 1 commit into from
Sep 11, 2024

Conversation

rlazo
Copy link
Collaborator

@rlazo rlazo commented Sep 11, 2024

s/MINE/MIME/g

Copy link
Contributor

github-actions bot commented Sep 11, 2024

Javadoc Changes:
--- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/vertexai/type/GenerationConfig.html	2024-09-11 14:17:07.859372069 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/vertexai/type/GenerationConfig.html	2024-09-11 14:15:04.825420541 +0000
@@ -76,7 +76,7 @@
             <td><code>final <a href="/docs/reference/android/com/google/firebase/vertexai/type/Schema.html">Schema</a>&lt;@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> ?&gt;</code></td>
             <td>
               <div><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/GenerationConfig.html#responseSchema()">responseSchema</a></code></div>
-              <p>A schema that the response must adhere to, used with the <code>application/json</code> MINE type.</p>
+              <p>A schema that the response must adhere to, used with the <code>application/json</code> MIME type.</p>
             </td>
           </tr>
           <tr>
@@ -130,7 +130,7 @@
       <div class="api-item"><a name="getResponseSchema()"></a><a name="setResponseSchema()"></a><a name="getResponseSchema--"></a><a name="setResponseSchema--"></a>
         <h3 class="api-name" id="responseSchema()">responseSchema</h3>
         <pre class="api-signature no-pretty-print">public&nbsp;final&nbsp;<a href="/docs/reference/android/com/google/firebase/vertexai/type/Schema.html">Schema</a>&lt;@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> ?&gt;&nbsp;<a href="/docs/reference/android/com/google/firebase/vertexai/type/GenerationConfig.html#responseSchema()">responseSchema</a></pre>
-        <p>A schema that the response must adhere to, used with the <code>application/json</code> MINE type.</p>
+        <p>A schema that the response must adhere to, used with the <code>application/json</code> MIME type.</p>
       </div>
       <div class="api-item"><a name="getStopSequences()"></a><a name="setStopSequences()"></a><a name="getStopSequences--"></a><a name="setStopSequences--"></a>
         <h3 class="api-name" id="stopSequences()">stopSequences</h3>
--- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/type/GenerationConfig.html	2024-09-11 14:17:07.851371942 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/type/GenerationConfig.html	2024-09-11 14:15:04.817420414 +0000
@@ -93,7 +93,7 @@
             <td><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/Schema.html">Schema</a>&lt;*&gt;?</code></td>
             <td>
               <div><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/GenerationConfig.html#responseSchema()">responseSchema</a></code></div>
-              <p>A schema that the response must adhere to, used with the <code>application/json</code> MINE type.</p>
+              <p>A schema that the response must adhere to, used with the <code>application/json</code> MIME type.</p>
             </td>
           </tr>
           <tr>
@@ -156,7 +156,7 @@
       <div class="api-item"><a name="getResponseSchema()"></a><a name="setResponseSchema()"></a><a name="getResponseSchema--"></a><a name="setResponseSchema--"></a>
         <h3 class="api-name" id="responseSchema()">responseSchema</h3>
         <pre class="api-signature no-pretty-print">val&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/GenerationConfig.html#responseSchema()">responseSchema</a>:&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/Schema.html">Schema</a>&lt;*&gt;?</pre>
-        <p>A schema that the response must adhere to, used with the <code>application/json</code> MINE type.</p>
+        <p>A schema that the response must adhere to, used with the <code>application/json</code> MIME type.</p>
       </div>
       <div class="api-item"><a name="getStopSequences()"></a><a name="setStopSequences()"></a><a name="getStopSequences--"></a><a name="setStopSequences--"></a>
         <h3 class="api-name" id="stopSequences()">stopSequences</h3>

@google-oss-bot
Copy link
Contributor

1 Warning
⚠️ Did you forget to add a changelog entry? (Add the 'no-changelog' label to the PR to silence this warning.)

Generated by 🚫 Danger

@google-oss-bot
Copy link
Contributor

@rlazo rlazo merged commit 994542e into main Sep 11, 2024
29 of 32 checks passed
@rlazo rlazo deleted the rlazo-patch-3 branch September 11, 2024 16:35
@rlazo rlazo added this to the vertexai-ga milestone Sep 21, 2024
@firebase firebase locked and limited conversation to collaborators Oct 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants