Skip to content

Fix release notes + dataconnect config #6385

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

Merged
merged 7 commits into from
Oct 17, 2024
Merged

Conversation

daymxn
Copy link
Member

@daymxn daymxn commented Oct 15, 2024

Per b/373637986,

This fixes the release notes configuration for the data-connect SDK, as they seemed to be incorrect.

This PR also fixes the following:

@daymxn daymxn requested a review from rlazo October 15, 2024 16:53
@daymxn daymxn self-assigned this Oct 15, 2024
Copy link
Contributor

github-actions bot commented Oct 15, 2024

Javadoc Changes:
--- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/vertexai/FirebaseVertexAI.html	2024-10-17 17:51:07.854730285 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/vertexai/FirebaseVertexAI.html	2024-10-17 17:48:57.200935450 +0000
@@ -119,7 +119,7 @@
               <tr>
                 <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a>&nbsp;modelName</code></td>
                 <td>
-                  <p>The name of the model to use, for example &quot;gemini-1.5-pro&quot;.</p>
+                  <p>The name of the model to use, for example <code>&quot;gemini-1.5-pro&quot;</code>.</p>
                 </td>
               </tr>
               <tr>
--- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/vertexai/java/ChatFutures.html	2024-10-17 17:51:07.850730234 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/vertexai/java/ChatFutures.html	2024-10-17 17:48:57.192935329 +0000
@@ -165,13 +165,13 @@
             </thead>
             <tbody class="list">
               <tr>
-                <td><code>InvalidStateException&nbsp;InvalidStateException</code></td>
+                <td><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/InvalidStateException.html">com.google.firebase.vertexai.type.InvalidStateException</a>&nbsp;com.google.firebase.vertexai.type.InvalidStateException</code></td>
                 <td>
                   <p>if <code><a href="/docs/reference/android/com/google/firebase/vertexai/java/ChatFutures.html#sendMessage(com.google.firebase.vertexai.type.Content)">prompt</a></code> is not coming from the 'user' role</p>
                 </td>
               </tr>
               <tr>
-                <td><code>InvalidStateException&nbsp;InvalidStateException</code></td>
+                <td><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/InvalidStateException.html">com.google.firebase.vertexai.type.InvalidStateException</a>&nbsp;com.google.firebase.vertexai.type.InvalidStateException</code></td>
                 <td>
                   <p>if the <code><a href="/docs/reference/android/com/google/firebase/vertexai/Chat.html">Chat</a></code> instance has an active request</p>
                 </td>
@@ -220,13 +220,13 @@
             </thead>
             <tbody class="list">
               <tr>
-                <td><code>InvalidStateException&nbsp;InvalidStateException</code></td>
+                <td><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/InvalidStateException.html">com.google.firebase.vertexai.type.InvalidStateException</a>&nbsp;com.google.firebase.vertexai.type.InvalidStateException</code></td>
                 <td>
                   <p>if <code><a href="/docs/reference/android/com/google/firebase/vertexai/java/ChatFutures.html#sendMessageStream(com.google.firebase.vertexai.type.Content)">prompt</a></code> is not coming from the 'user' role</p>
                 </td>
               </tr>
               <tr>
-                <td><code>InvalidStateException&nbsp;InvalidStateException</code></td>
+                <td><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/InvalidStateException.html">com.google.firebase.vertexai.type.InvalidStateException</a>&nbsp;com.google.firebase.vertexai.type.InvalidStateException</code></td>
                 <td>
                   <p>if the <code><a href="/docs/reference/android/com/google/firebase/vertexai/Chat.html">Chat</a></code> instance has an active request</p>
                 </td>
--- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/vertexai/java/GenerativeModelFutures.html	2024-10-17 17:51:07.850730234 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/vertexai/java/GenerativeModelFutures.html	2024-10-17 17:48:57.188935268 +0000
@@ -102,14 +102,14 @@
             <td><code>abstract @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a></code></td>
             <td>
               <div><code><a href="/docs/reference/android/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat()">startChat</a>()</code></div>
-              <p>Creates a ChatFuture instance which internally tracks the ongoing conversation with the model.</p>
+              <p>Creates a <code><a href="/docs/reference/android/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a></code> instance which internally tracks the ongoing conversation with the model.</p>
             </td>
           </tr>
           <tr>
             <td><code>abstract @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a></code></td>
             <td>
               <div><code><a href="/docs/reference/android/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat(kotlin.collections.List)">startChat</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/util/List.html">List</a>&lt;@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/Content.html">Content</a>&gt;&nbsp;history)</code></div>
-              <p>Creates a ChatFuture instance, initialized using the optionally provided <code><a href="/docs/reference/android/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat(kotlin.collections.List)">history</a></code>.</p>
+              <p>Creates a <code><a href="/docs/reference/android/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a></code> instance, initialized using the optionally provided <code><a href="/docs/reference/android/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat(kotlin.collections.List)">history</a></code>.</p>
             </td>
           </tr>
         </tbody>
@@ -176,7 +176,7 @@
             </thead>
             <tbody class="list">
               <tr>
-                <td><code>FirebaseVertexAIException&nbsp;FirebaseVertexAIException</code></td>
+                <td><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/FirebaseVertexAIException.html">com.google.firebase.vertexai.type.FirebaseVertexAIException</a>&nbsp;com.google.firebase.vertexai.type.FirebaseVertexAIException</code></td>
                 <td>
                   <p>if the request failed.</p>
                 </td>
@@ -269,7 +269,7 @@
             </thead>
             <tbody class="list">
               <tr>
-                <td><code>FirebaseVertexAIException&nbsp;FirebaseVertexAIException</code></td>
+                <td><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/FirebaseVertexAIException.html">com.google.firebase.vertexai.type.FirebaseVertexAIException</a>&nbsp;com.google.firebase.vertexai.type.FirebaseVertexAIException</code></td>
                 <td>
                   <p>if the request failed.</p>
                 </td>
@@ -337,7 +337,7 @@
             </thead>
             <tbody class="list">
               <tr>
-                <td><code>FirebaseVertexAIException&nbsp;FirebaseVertexAIException</code></td>
+                <td><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/FirebaseVertexAIException.html">com.google.firebase.vertexai.type.FirebaseVertexAIException</a>&nbsp;com.google.firebase.vertexai.type.FirebaseVertexAIException</code></td>
                 <td>
                   <p>if the request failed.</p>
                 </td>
@@ -354,12 +354,12 @@
       <div class="api-item"><a name="startChat--"></a><a name="startchat"></a>
         <h3 class="api-name" id="startChat()">startChat</h3>
         <pre class="api-signature no-pretty-print">public&nbsp;abstract&nbsp;@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a>&nbsp;<a href="/docs/reference/android/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat()">startChat</a>()</pre>
-        <p>Creates a ChatFuture instance which internally tracks the ongoing conversation with the model.</p>
+        <p>Creates a <code><a href="/docs/reference/android/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a></code> instance which internally tracks the ongoing conversation with the model.</p>
       </div>
       <div class="api-item"><a name="startChat-kotlin.collections.List-"></a><a name="startchat"></a>
         <h3 class="api-name" id="startChat(kotlin.collections.List)">startChat</h3>
         <pre class="api-signature no-pretty-print">public&nbsp;abstract&nbsp;@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a>&nbsp;<a href="/docs/reference/android/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat(kotlin.collections.List)">startChat</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/util/List.html">List</a>&lt;@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/Content.html">Content</a>&gt;&nbsp;history)</pre>
-        <p>Creates a ChatFuture instance, initialized using the optionally provided <code><a href="/docs/reference/android/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat(kotlin.collections.List)">history</a></code>.</p>
+        <p>Creates a <code><a href="/docs/reference/android/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a></code> instance, initialized using the optionally provided <code><a href="/docs/reference/android/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat(kotlin.collections.List)">history</a></code>.</p>
         <div class="devsite-table-wrapper">
           <table class="responsive">
             <colgroup>
--- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/vertexai/type/Content.html	2024-10-17 17:51:07.854730285 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/vertexai/type/Content.html	2024-10-17 17:48:57.192935329 +0000
@@ -116,7 +116,7 @@
       <div class="api-item"><a name="getRole()"></a><a name="setRole()"></a><a name="getRole--"></a><a name="setRole--"></a>
         <h3 class="api-name" id="role()">role</h3>
         <pre class="api-signature no-pretty-print">public&nbsp;final&nbsp;<a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a>&nbsp;<a href="/docs/reference/android/com/google/firebase/vertexai/type/Content.html#role()">role</a></pre>
-        <p>The producer of the content. Must be either 'user' or 'model'. By default, it's &quot;user&quot;.</p>
+        <p>The producer of the content. Must be either <code>&quot;user&quot;</code> or <code>&quot;model&quot;</code>. By default, it's <code>&quot;user&quot;</code>.</p>
       </div>
     </div>
     <div class="list">
@@ -139,7 +139,7 @@
               <tr>
                 <td><code><a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a>&nbsp;role</code></td>
                 <td>
-                  <p>The producer of the content. Must be either 'user' or 'model'. By default, it's &quot;user&quot;.</p>
+                  <p>The producer of the content. Must be either <code>&quot;user&quot;</code> or <code>&quot;model&quot;</code>. By default, it's <code>&quot;user&quot;</code>.</p>
                 </td>
               </tr>
               <tr>
--- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/FirebaseVertexAI.html	2024-10-17 17:51:07.850730234 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/FirebaseVertexAI.html	2024-10-17 17:48:57.188935268 +0000
@@ -147,7 +147,7 @@
               <tr>
                 <td><code>modelName:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></code></td>
                 <td>
-                  <p>The name of the model to use, for example &quot;gemini-1.5-pro&quot;.</p>
+                  <p>The name of the model to use, for example <code>&quot;gemini-1.5-pro&quot;</code>.</p>
                 </td>
               </tr>
               <tr>
--- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/java/ChatFutures.html	2024-10-17 17:51:07.842730131 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/java/ChatFutures.html	2024-10-17 17:48:57.180935147 +0000
@@ -163,13 +163,13 @@
             </thead>
             <tbody class="list">
               <tr>
-                <td><code>InvalidStateException:&nbsp;InvalidStateException</code></td>
+                <td><code>com.google.firebase.vertexai.type.InvalidStateException:&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/InvalidStateException.html">com.google.firebase.vertexai.type.InvalidStateException</a></code></td>
                 <td>
                   <p>if <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/ChatFutures.html#sendMessage(com.google.firebase.vertexai.type.Content)">prompt</a></code> is not coming from the 'user' role</p>
                 </td>
               </tr>
               <tr>
-                <td><code>InvalidStateException:&nbsp;InvalidStateException</code></td>
+                <td><code>com.google.firebase.vertexai.type.InvalidStateException:&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/InvalidStateException.html">com.google.firebase.vertexai.type.InvalidStateException</a></code></td>
                 <td>
                   <p>if the <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/Chat.html">Chat</a></code> instance has an active request</p>
                 </td>
@@ -218,13 +218,13 @@
             </thead>
             <tbody class="list">
               <tr>
-                <td><code>InvalidStateException:&nbsp;InvalidStateException</code></td>
+                <td><code>com.google.firebase.vertexai.type.InvalidStateException:&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/InvalidStateException.html">com.google.firebase.vertexai.type.InvalidStateException</a></code></td>
                 <td>
                   <p>if <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/ChatFutures.html#sendMessageStream(com.google.firebase.vertexai.type.Content)">prompt</a></code> is not coming from the 'user' role</p>
                 </td>
               </tr>
               <tr>
-                <td><code>InvalidStateException:&nbsp;InvalidStateException</code></td>
+                <td><code>com.google.firebase.vertexai.type.InvalidStateException:&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/InvalidStateException.html">com.google.firebase.vertexai.type.InvalidStateException</a></code></td>
                 <td>
                   <p>if the <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/Chat.html">Chat</a></code> instance has an active request</p>
                 </td>
--- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/java/GenerativeModelFutures.html	2024-10-17 17:51:07.842730131 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/java/GenerativeModelFutures.html	2024-10-17 17:48:57.180935147 +0000
@@ -97,14 +97,14 @@
             <td><code>abstract <a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a></code></td>
             <td>
               <div><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat()">startChat</a>()</code></div>
-              <p>Creates a ChatFuture instance which internally tracks the ongoing conversation with the model.</p>
+              <p>Creates a <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a></code> instance which internally tracks the ongoing conversation with the model.</p>
             </td>
           </tr>
           <tr>
             <td><code>abstract <a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a></code></td>
             <td>
               <div><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat(kotlin.collections.List)">startChat</a>(history:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/Content.html">Content</a>&gt;)</code></div>
-              <p>Creates a ChatFuture instance, initialized using the optionally provided <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat(kotlin.collections.List)">history</a></code>.</p>
+              <p>Creates a <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a></code> instance, initialized using the optionally provided <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat(kotlin.collections.List)">history</a></code>.</p>
             </td>
           </tr>
         </tbody>
@@ -199,7 +199,7 @@
             </thead>
             <tbody class="list">
               <tr>
-                <td><code>FirebaseVertexAIException:&nbsp;FirebaseVertexAIException</code></td>
+                <td><code>com.google.firebase.vertexai.type.FirebaseVertexAIException:&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/FirebaseVertexAIException.html">com.google.firebase.vertexai.type.FirebaseVertexAIException</a></code></td>
                 <td>
                   <p>if the request failed.</p>
                 </td>
@@ -267,7 +267,7 @@
             </thead>
             <tbody class="list">
               <tr>
-                <td><code>FirebaseVertexAIException:&nbsp;FirebaseVertexAIException</code></td>
+                <td><code>com.google.firebase.vertexai.type.FirebaseVertexAIException:&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/FirebaseVertexAIException.html">com.google.firebase.vertexai.type.FirebaseVertexAIException</a></code></td>
                 <td>
                   <p>if the request failed.</p>
                 </td>
@@ -335,7 +335,7 @@
             </thead>
             <tbody class="list">
               <tr>
-                <td><code>FirebaseVertexAIException:&nbsp;FirebaseVertexAIException</code></td>
+                <td><code>com.google.firebase.vertexai.type.FirebaseVertexAIException:&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/FirebaseVertexAIException.html">com.google.firebase.vertexai.type.FirebaseVertexAIException</a></code></td>
                 <td>
                   <p>if the request failed.</p>
                 </td>
@@ -352,12 +352,12 @@
       <div class="api-item"><a name="startChat--"></a><a name="startchat"></a>
         <h3 class="api-name" id="startChat()">startChat</h3>
         <pre class="api-signature no-pretty-print">abstract&nbsp;fun&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat()">startChat</a>():&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a></pre>
-        <p>Creates a ChatFuture instance which internally tracks the ongoing conversation with the model.</p>
+        <p>Creates a <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a></code> instance which internally tracks the ongoing conversation with the model.</p>
       </div>
       <div class="api-item"><a name="startChat-kotlin.collections.List-"></a><a name="startchat"></a>
         <h3 class="api-name" id="startChat(kotlin.collections.List)">startChat</h3>
         <pre class="api-signature no-pretty-print">abstract&nbsp;fun&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat(kotlin.collections.List)">startChat</a>(history:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/Content.html">Content</a>&gt;):&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a></pre>
-        <p>Creates a ChatFuture instance, initialized using the optionally provided <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat(kotlin.collections.List)">history</a></code>.</p>
+        <p>Creates a <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/ChatFutures.html">ChatFutures</a></code> instance, initialized using the optionally provided <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/java/GenerativeModelFutures.html#startChat(kotlin.collections.List)">history</a></code>.</p>
         <div class="devsite-table-wrapper">
           <table class="responsive">
             <colgroup>
--- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/type/Content.html	2024-10-17 17:51:07.846730183 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/type/Content.html	2024-10-17 17:48:57.184935208 +0000
@@ -126,7 +126,7 @@
               <tr>
                 <td><code>role:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>? = &quot;user&quot;</code></td>
                 <td>
-                  <p>The producer of the content. Must be either 'user' or 'model'. By default, it's &quot;user&quot;.</p>
+                  <p>The producer of the content. Must be either <code>&quot;user&quot;</code> or <code>&quot;model&quot;</code>. By default, it's <code>&quot;user&quot;</code>.</p>
                 </td>
               </tr>
               <tr>
@@ -158,7 +158,7 @@
       <div class="api-item"><a name="getRole()"></a><a name="setRole()"></a><a name="getRole--"></a><a name="setRole--"></a>
         <h3 class="api-name" id="role()">role</h3>
         <pre class="api-signature no-pretty-print">val&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/Content.html#role()">role</a>:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>?</pre>
-        <p>The producer of the content. Must be either 'user' or 'model'. By default, it's &quot;user&quot;.</p>
+        <p>The producer of the content. Must be either <code>&quot;user&quot;</code> or <code>&quot;model&quot;</code>. By default, it's <code>&quot;user&quot;</code>.</p>
       </div>
     </div>
   </body>

Copy link
Contributor

Vertex AI Mock Responses Check ⚠️

A newer major version of the mock responses for Vertex AI unit tests is available. update_responses.sh should be updated to clone the latest version of the responses: v4.0

Copy link
Contributor

github-actions bot commented Oct 15, 2024

Test Results

  621 files  +  601    621 suites  +601   21m 11s ⏱️ + 20m 57s
4 311 tests +4 199  4 293 ✅ +4 181  18 💤 +18  0 ❌ ±0 
8 672 runs  +8 448  8 636 ✅ +8 412  36 💤 +36  0 ❌ ±0 

Results for commit a9d1dc0. ± Comparison against base commit dd23959.

♻️ This comment has been updated with latest results.

@daymxn daymxn requested a review from davidmotson October 15, 2024 17:19
@daymxn daymxn enabled auto-merge (squash) October 17, 2024 17:44
@daymxn daymxn merged commit 2f15757 into main Oct 17, 2024
109 of 116 checks passed
@daymxn daymxn deleted the daymon-fix-release-notes branch October 17, 2024 17:56
@firebase firebase locked and limited conversation to collaborators Nov 17, 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