I am facing an issue where I cannot determine how to make the chatbot ask a particular set of questions from the user, then take all of that data to produce a response and store it for future reference. I am using ChatGPT 3.5-turbo API and LangChain.
from langchain.promts and in the PromptTemplate, I have tried to set this greeting in the Prompt however it did not work in maintaining the line of questioning and then storing that information for future references.