We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb66c2 commit 0cbff6bCopy full SHA for 0cbff6b
packages/vertexai/test-utils/convert-mocks.ts
@@ -30,8 +30,7 @@ type BackendName = 'vertexAI' | 'googleAI';
30
31
const mockDirs: Record<BackendName, string> = {
32
vertexAI: join(MOCK_RESPONSES_DIR_PATH, 'vertexai'),
33
- // Note: the dirname is developerapi is legacy. It should be updated to googleai.
34
- googleAI: join(MOCK_RESPONSES_DIR_PATH, 'developerapi')
+ googleAI: join(MOCK_RESPONSES_DIR_PATH, 'googleai')
35
};
36
37
/**
0 commit comments