From 6e5c8d3eb6bd12f0cf4275c9e90396d5ae6b1dce Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Fri, 17 Oct 2025 10:25:46 -0400 Subject: [PATCH] test(ai): Update mock responses to v15 --- scripts/update_vertexai_responses.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_vertexai_responses.sh b/scripts/update_vertexai_responses.sh index f6557ab0c0a..d32a7c83fc6 100755 --- a/scripts/update_vertexai_responses.sh +++ b/scripts/update_vertexai_responses.sh @@ -17,7 +17,7 @@ # This script replaces mock response files for Vertex AI unit tests with a fresh # clone of the shared repository of Vertex AI test data. -RESPONSES_VERSION='v14.*' # The major version of mock responses to use +RESPONSES_VERSION='v15.*' # The major version of mock responses to use REPO_NAME="vertexai-sdk-test-data" REPO_LINK="https://github.com/FirebaseExtended/$REPO_NAME.git"