From time to time the chat performs a query with the question previously asked. I want it to only answer the current question without any prior context. Could someone help me see why sometimes you use what was asked last time?
custom_prompt = Prompt( """\ Given a conversation (between a Lawyer and Legal Assistant) and a follow-up message from a Human, \ rewrite the message to make it an independent question. You must not make up information.
I was given that example, but when i try to remove the chat history. I only want to anwers the current question without any other knowledge of the conversation