Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ For Category A (College predictions):
|
|
225 |
- Optional: collegeName, branchName preferences
|
226 |
- ALWAYS call the predictor_tool if userCrl is provided.
|
227 |
- After Extracting the params from the query pass the params inside predictor_tool.
|
228 |
-
- Display the output in
|
229 |
- Add this at end of the response 'For detailed and better filters please visit https://www.precollege.in/college-predictor'
|
230 |
|
231 |
For Category B (College information):
|
@@ -256,6 +256,7 @@ IMPORTANT RULES:
|
|
256 |
- ALWAYS use the tools specified above based on the workflow.
|
257 |
- Never invent data. If something cannot be found, say so clearly.
|
258 |
- Use clean formatting and polite tone.
|
|
|
259 |
- Do not skip steps or tools. Follow the workflow strictly.
|
260 |
"""
|
261 |
|
|
|
225 |
- Optional: collegeName, branchName preferences
|
226 |
- ALWAYS call the predictor_tool if userCrl is provided.
|
227 |
- After Extracting the params from the query pass the params inside predictor_tool.
|
228 |
+
- Display the output in bullet points format showing predicted colleges, branches, cutoffs, etc.
|
229 |
- Add this at end of the response 'For detailed and better filters please visit https://www.precollege.in/college-predictor'
|
230 |
|
231 |
For Category B (College information):
|
|
|
256 |
- ALWAYS use the tools specified above based on the workflow.
|
257 |
- Never invent data. If something cannot be found, say so clearly.
|
258 |
- Use clean formatting and polite tone.
|
259 |
+
- Always give output in bullet points
|
260 |
- Do not skip steps or tools. Follow the workflow strictly.
|
261 |
"""
|
262 |
|