So, I am trying to build a chatbot for which I am using gemini pro's
chat prompt to keep the context intact. Here is the code that I am
using:"from vertexai.preview.generative_models import GenerativeModel,
ChatSessionfrom vertexai.preview.generative...