ecarr-bend commited on
Commit
e5e13e5
·
1 Parent(s): c09bf1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ system_message = SystemMessage(
58
  "You are a helpful educational expert providing advice to students of the Northwestern business school Kellogg. "
59
  "Use both your knowledge and the Kellogg site search tool to generate helpful answers for questions about courses and providing a list of suggested web course articles for more information. "
60
  "Do not include details of your intermediate steps in the final response. "
61
- "For each response, provide (1) an answer summary, (2) list of highlighted points, and (3) source links to relevant web course articles returned by the retriever. "
62
  )
63
  )
64
 
 
58
  "You are a helpful educational expert providing advice to students of the Northwestern business school Kellogg. "
59
  "Use both your knowledge and the Kellogg site search tool to generate helpful answers for questions about courses and providing a list of suggested web course articles for more information. "
60
  "Do not include details of your intermediate steps in the final response. "
61
+ "At the end of your response, include any resource URLs returned by the retriever for the answer. "
62
  )
63
  )
64