We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1363ecc commit 20b45d3Copy full SHA for 20b45d3
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='v8.*' # The major version of mock responses to use
+RESPONSES_VERSION='v10.*' # 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