Asura05 commited on
Commit
d11c1bc
·
verified ·
1 Parent(s): d6b66d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 a clean table 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,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