We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb2c9d commit a512bc6Copy full SHA for a512bc6
packages/vertexai/test-utils/convert-mocks.ts
@@ -27,7 +27,7 @@ const { join } = require('path');
27
28
const mockResponseDir = join(
29
__dirname,
30
- 'vertexai-sdk-test-data/mock-responses'
+ 'vertexai-sdk-test-data/mock-responses/vertexai'
31
);
32
33
async function main(): Promise<void> {
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='v6.*' # The major version of mock responses to use
+RESPONSES_VERSION='v7.*' # 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