-
Notifications
You must be signed in to change notification settings - Fork 578
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
Add missing category to HarmCategory #6502
Conversation
Javadoc Changes:--- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/vertexai/type/HarmCategory.html 2024-11-12 18:32:11.134619413 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/vertexai/type/HarmCategory.html 2024-11-12 18:30:09.138792582 +0000
@@ -48,6 +48,13 @@
<tr>
<td><code>static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/HarmCategory.html">HarmCategory</a></code></td>
<td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/HarmCategory.Companion.html#CIVIC_INTEGRITY()">CIVIC_INTEGRITY</a></code></div>
+ <p>Content that may be used to harm civic integrity.</p>
+ </td>
+ </tr>
+ <tr>
+ <td><code>static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/HarmCategory.html">HarmCategory</a></code></td>
+ <td>
<div><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/HarmCategory.Companion.html#DANGEROUS_CONTENT()">DANGEROUS_CONTENT</a></code></div>
<p>Dangerous content.</p>
</td>
@@ -91,6 +98,11 @@
</div>
<div class="list">
<h2>Public fields</h2>
+ <div class="api-item"><a name="getCIVIC_INTEGRITY()"></a><a name="setCIVIC_INTEGRITY()"></a><a name="getCIVIC_INTEGRITY--"></a><a name="setCIVIC_INTEGRITY--"></a>
+ <h3 class="api-name" id="CIVIC_INTEGRITY()">CIVIC_INTEGRITY</h3>
+ <pre class="api-signature no-pretty-print">public static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/HarmCategory.html">HarmCategory</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/HarmCategory.Companion.html#CIVIC_INTEGRITY()">CIVIC_INTEGRITY</a></pre>
+ <p>Content that may be used to harm civic integrity.</p>
+ </div>
<div class="api-item"><a name="getDANGEROUS_CONTENT()"></a><a name="setDANGEROUS_CONTENT()"></a><a name="getDANGEROUS_CONTENT--"></a><a name="setDANGEROUS_CONTENT--"></a>
<h3 class="api-name" id="DANGEROUS_CONTENT()">DANGEROUS_CONTENT</h3>
<pre class="api-signature no-pretty-print">public static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/HarmCategory.html">HarmCategory</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/HarmCategory.Companion.html#DANGEROUS_CONTENT()">DANGEROUS_CONTENT</a></pre> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/type/HarmCategory.html 2024-11-12 18:32:11.126619425 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/type/HarmCategory.html 2024-11-12 18:30:09.134792589 +0000
@@ -28,6 +28,13 @@
<tr>
<td><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/HarmCategory.html">HarmCategory</a></code></td>
<td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/HarmCategory.Companion.html#CIVIC_INTEGRITY()">CIVIC_INTEGRITY</a></code></div>
+ <p>Content that may be used to harm civic integrity.</p>
+ </td>
+ </tr>
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/HarmCategory.html">HarmCategory</a></code></td>
+ <td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/HarmCategory.Companion.html#DANGEROUS_CONTENT()">DANGEROUS_CONTENT</a></code></div>
<p>Dangerous content.</p>
</td>
@@ -86,6 +93,11 @@
</div>
<div class="list">
<h2>Public companion properties</h2>
+ <div class="api-item"><a name="getCIVIC_INTEGRITY()"></a><a name="setCIVIC_INTEGRITY()"></a><a name="getCIVIC_INTEGRITY--"></a><a name="setCIVIC_INTEGRITY--"></a>
+ <h3 class="api-name" id="CIVIC_INTEGRITY()">CIVIC_INTEGRITY</h3>
+ <pre class="api-signature no-pretty-print">val <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/HarmCategory.Companion.html#CIVIC_INTEGRITY()">CIVIC_INTEGRITY</a>: <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/HarmCategory.html">HarmCategory</a></pre>
+ <p>Content that may be used to harm civic integrity.</p>
+ </div>
<div class="api-item"><a name="getDANGEROUS_CONTENT()"></a><a name="setDANGEROUS_CONTENT()"></a><a name="getDANGEROUS_CONTENT--"></a><a name="setDANGEROUS_CONTENT--"></a>
<h3 class="api-name" id="DANGEROUS_CONTENT()">DANGEROUS_CONTENT</h3>
<pre class="api-signature no-pretty-print">val <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/HarmCategory.Companion.html#DANGEROUS_CONTENT()">DANGEROUS_CONTENT</a>: <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/HarmCategory.html">HarmCategory</a></pre> |
Vertex AI Mock Responses Check
|
Test Results 20 files - 38 20 suites - 38 15s ⏱️ - 1m 57s Results for commit d92e971. ± Comparison against base commit 4e2dcd0. This pull request removes 535 and adds 113 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
No description provided.