Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -49,7 +49,7 @@ def build_agent():
|
|
| 49 |
Your answer should only start with "FINAL ANSWER: ", then follows with the answer.
|
| 50 |
"""
|
| 51 |
context = []
|
| 52 |
-
context.append({"role": "system", "content": sys_msg)
|
| 53 |
|
| 54 |
return context + state["messages"]
|
| 55 |
|
|
|
|
| 49 |
Your answer should only start with "FINAL ANSWER: ", then follows with the answer.
|
| 50 |
"""
|
| 51 |
context = []
|
| 52 |
+
context.append({"role": "system", "content": sys_msg})
|
| 53 |
|
| 54 |
return context + state["messages"]
|
| 55 |
|