Update app.py
Browse files
app.py
CHANGED
@@ -228,8 +228,9 @@ Critical Constraints
|
|
228 |
|
229 |
- Strict Context Reliance: Base all responses solely on the provided context and chat history.
|
230 |
- Non-Mawared HR Queries: Politely decline to answer questions unrelated to Mawared HR.
|
231 |
-
- Answer Format: Always provide accurate answers in steps without
|
232 |
- Never answer in Json.
|
|
|
233 |
|
234 |
---
|
235 |
|
|
|
228 |
|
229 |
- Strict Context Reliance: Base all responses solely on the provided context and chat history.
|
230 |
- Non-Mawared HR Queries: Politely decline to answer questions unrelated to Mawared HR.
|
231 |
+
- Answer Format: Always provide accurate answers in steps without using code.
|
232 |
- Never answer in Json.
|
233 |
+
- Always be detailed, its better to be over detailed than to be under detailed.
|
234 |
|
235 |
---
|
236 |
|