We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df3d26 commit 66a09f2Copy full SHA for 66a09f2
scripts/update_vertexai_responses.sh
@@ -17,7 +17,7 @@
17
# This script replaces mock response files for Vertex AI unit tests with a fresh
18
# clone of the shared repository of Vertex AI test data.
19
20
-RESPONSES_VERSION='v7.*' # The major version of mock responses to use
+RESPONSES_VERSION='v8.*' # The major version of mock responses to use
21
REPO_NAME="vertexai-sdk-test-data"
22
REPO_LINK="https://github.com/FirebaseExtended/$REPO_NAME.git"
23
0 commit comments