chat_engine = CondenseQuestionChatEngine.from_defaults( query_engine=index.as_query_engine(), condense_question_prompt=custom_prompt, chat_history=custom_chat_history, verbose=True, llm=llm, service_context=service_context, )
KeyError: 'custom_chat_history'