o
    Jjg                     @   s2   d dl mZ dZeeZdZeeddgdZdS )    )PromptTemplatezGiven the following conversation and a follow up question, rephrase the follow up question to be a standalone question, in its original language.

Chat History:
{chat_history}
Follow Up Input: {question}
Standalone question:zUse the following pieces of context to answer the question at the end. If you don't know the answer, just say that you don't know, don't try to make up an answer.

{context}

Question: {question}
Helpful Answer:contextquestion)templateinput_variablesN)langchain_core.prompts.promptr   	_templatefrom_templateCONDENSE_QUESTION_PROMPTprompt_template	QA_PROMPT r   r   i/var/www/html/zoom/venv/lib/python3.10/site-packages/langchain/chains/conversational_retrieval/prompts.py<module>   s   

