fix(Gemini Vertex Node): Upgrading Langchain/google-vertexai to allow errors to bubble up correctly (#19639)

This commit is contained in:
Michael Drury
2025-09-17 10:53:16 +01:00
committed by GitHub
parent 33a2d5de17
commit 3f1e764c52
4 changed files with 39 additions and 39 deletions

View File

@@ -12,7 +12,7 @@ export function makeErrorFromStatus(statusCode: number, context?: ErrorContext):
403: {
message: 'Unauthorized for this project',
description:
'Check your Google Cloud project ID, and that your credential has access to that project',
'Check your Google Cloud project ID, that your credential has access to that project and that billing is enabled',
},
404: {
message: context?.modelName