From e2b91eca82c6ed3c2ef51d652e9713544281e9ec Mon Sep 17 00:00:00 2001 From: bracesproul Date: Thu, 25 Jul 2024 14:08:38 -0700 Subject: [PATCH] vertexnit --- .../src/tests/chat_models.standard.int.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/langchain-google-vertexai/src/tests/chat_models.standard.int.test.ts b/libs/langchain-google-vertexai/src/tests/chat_models.standard.int.test.ts index 60c5b6c421b0..7e02632bb658 100644 --- a/libs/langchain-google-vertexai/src/tests/chat_models.standard.int.test.ts +++ b/libs/langchain-google-vertexai/src/tests/chat_models.standard.int.test.ts @@ -38,7 +38,8 @@ class ChatVertexAIStandardIntegrationTests extends ChatModelIntegrationTests< this.skipTestMessage( "testInvokeMoreComplexTools", "ChatVertexAI", - "Google VertexAI does not support tool schemas where the object properties are not defined." + "Google VertexAI does not support tool schemas which contain object with unknown/any parameters." + + "Google VertexAI only supports objects in schemas when the parameters are defined." ); } }