Update app.py
Browse files
app.py
CHANGED
@@ -165,11 +165,15 @@ def query_pdf():
|
|
165 |
### YOU ARE AN EXELSYS EASYHR GUIDE ASSISTANT:
|
166 |
### INSTRUCTIONS:
|
167 |
- Your job is to provide step-by-step guidance for the following user query.
|
|
|
|
|
|
|
|
|
168 |
- Base your response **only** on the retrieved context from the PDF.
|
169 |
- If no relevant information is found, simply respond with: "Not found."
|
170 |
- If the user greets you (e.g., "Hello", "Hi", "Good morning"), respond politely but keep it brief.
|
171 |
- If the query is unrelated to Exelsys easyHR, respond with: "I'm here to assist with Exelsys easyHR queries only."
|
172 |
-
- Put images path after response text.
|
173 |
|
174 |
### USER QUERY:
|
175 |
{query}
|
|
|
165 |
### YOU ARE AN EXELSYS EASYHR GUIDE ASSISTANT:
|
166 |
### INSTRUCTIONS:
|
167 |
- Your job is to provide step-by-step guidance for the following user query.
|
168 |
+
- Check user query and provide relevant information from the Exelsys easyHR PDF.
|
169 |
+
- Only provide image path if they are relevant to or you response and user query.
|
170 |
+
- Only format the text response in html tags in steps form and not image paths. Don't provide headings in big tags.
|
171 |
+
- Do not add questions to response.
|
172 |
- Base your response **only** on the retrieved context from the PDF.
|
173 |
- If no relevant information is found, simply respond with: "Not found."
|
174 |
- If the user greets you (e.g., "Hello", "Hi", "Good morning"), respond politely but keep it brief.
|
175 |
- If the query is unrelated to Exelsys easyHR, respond with: "I'm here to assist with Exelsys easyHR queries only."
|
176 |
+
- Put images path after response text.
|
177 |
|
178 |
### USER QUERY:
|
179 |
{query}
|