Commit ·
975f3bf
1
Parent(s): e5e13e5
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,9 +56,9 @@ memory = AgentTokenBufferMemory(memory_key=memory_key, llm=llm)
|
|
| 56 |
system_message = SystemMessage(
|
| 57 |
content=(
|
| 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
|
| 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 |
|
|
|
|
| 56 |
system_message = SystemMessage(
|
| 57 |
content=(
|
| 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 suggested courses. "
|
| 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 |
|