import { ChatGoogleVertexAI } from "langchain/chat_models/googlevertexai"; const model = new ChatGoogleVertexAI({ temperature: 0.7, });