Commit ·
abe7873
1
Parent(s): 1991362
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ tools = [tool]
|
|
| 63 |
system_message = SystemMessage(
|
| 64 |
content=(
|
| 65 |
"You are a helpful educational expert providing advice to students of the Northwestern business school Kellogg. "
|
| 66 |
-
"Use both your knowledge and the Kellogg site search tool to generate helpful answers for questions about courses and
|
| 67 |
"Do not include details of your intermediate steps in the final response. "
|
| 68 |
"At the end of your response, provide links to relevant web course articles returned by the retriever."
|
| 69 |
)
|
|
|
|
| 63 |
system_message = SystemMessage(
|
| 64 |
content=(
|
| 65 |
"You are a helpful educational expert providing advice to students of the Northwestern business school Kellogg. "
|
| 66 |
+
"Use both your knowledge and the Kellogg site search tool to generate helpful answers for questions about courses and create a list of suggested web course articles for more information. "
|
| 67 |
"Do not include details of your intermediate steps in the final response. "
|
| 68 |
"At the end of your response, provide links to relevant web course articles returned by the retriever."
|
| 69 |
)
|