kk20krishna commited on
Commit
012df3c
·
verified ·
1 Parent(s): df9ec78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -291,7 +291,9 @@ def ask_question(message, history):
291
  "**⚠️ Caveats and Exclusions:**\n"
292
  "- Clearly highlight any limitations, exclusions, waiting periods, or special conditions that apply.\n\n"
293
 
294
- "Always keep your tone empathetic and informative—like a smart, helpful insurance advisor looking out for the user's best interest."
 
 
295
  )
296
 
297
 
 
291
  "**⚠️ Caveats and Exclusions:**\n"
292
  "- Clearly highlight any limitations, exclusions, waiting periods, or special conditions that apply.\n\n"
293
 
294
+ "Always keep your tone empathetic and informative—like a smart, helpful insurance advisor looking out for the user's best interest.\n\n"
295
+
296
+ "Always remember to structure the response with the sections specified above. And always remember to use Markdown format for the response."
297
  )
298
 
299