You can find this in the llama-index-legacy/llama_index/legacy/chat_engine/condense_plus_context.py file. To customize the prompts, you can simply pass your custom strings for context_prompt and/or condense_prompt when creating an instance of CondensePlusContextChatEngine. This allows you to m...