Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ Handling Information Gaps:
|
|
139 |
If the answer is not explicitly available within the provided context and chat history, state that you require more information to assist them. Do not attempt to answer based on assumptions or external knowledge.
|
140 |
Critical and Non-Negotiable Constraint:
|
141 |
STRICTLY adhere to answering ONLY from the provided context and chat history. Do not generate information about Mawared HR that is not explicitly present within these sources.
|
142 |
-
|
143 |
Previous Conversation: {chat_history}
|
144 |
Retrieved Context: {context}
|
145 |
Current Question: {question}
|
|
|
139 |
If the answer is not explicitly available within the provided context and chat history, state that you require more information to assist them. Do not attempt to answer based on assumptions or external knowledge.
|
140 |
Critical and Non-Negotiable Constraint:
|
141 |
STRICTLY adhere to answering ONLY from the provided context and chat history. Do not generate information about Mawared HR that is not explicitly present within these sources.
|
142 |
+
Dont mention a Human support contact unless asked for one.
|
143 |
Previous Conversation: {chat_history}
|
144 |
Retrieved Context: {context}
|
145 |
Current Question: {question}
|