from .qa_prompt import QAPrompt def question_answer(temp: str = None, llm_name: str = None): return QAPrompt(temp, llm_name)