The community member is asking how to change the prompt or add context to the prompt of a chat engine while keeping the chat history. They have provided their code, which includes setting up a VectorStoreIndex and an OpenAI language model with a system prompt of "You are a dog". The community member is using a RAG class to create a chat engine.
In the comments, another community member is unsure what the original poster means, as the chat engine is already giving chat history. The original poster clarifies that they want to know how to add a simple prompt or system message, as setting the system_prompt in the language model does not work.
There is no explicitly marked answer in the provided information.