Spaces:
Runtime error
Runtime error
Commit
·
870789d
1
Parent(s):
c252eeb
app.py
CHANGED
|
@@ -154,8 +154,9 @@ async def on_chat_start():
|
|
| 154 |
"last_n_messages": 3,
|
| 155 |
"use_docker": False,
|
| 156 |
},
|
| 157 |
-
system_message="""Manager. Administrate the agents on a plan
|
| 158 |
-
Communicate with the SAP_Analysis_Agent when we want to analyse the data.
|
|
|
|
| 159 |
Otherwise, reply CONTINUE, or the reason why the task is not solved yet."""
|
| 160 |
)
|
| 161 |
|
|
|
|
| 154 |
"last_n_messages": 3,
|
| 155 |
"use_docker": False,
|
| 156 |
},
|
| 157 |
+
system_message="""Manager. Administrate the agents on a plan, Only run code on Python. Communicate with the SAP_ABAP_Code_Planner to plan the code.
|
| 158 |
+
Communicate with the SAP_Analysis_Agent when we want to analyse the data. When there is code from SAP_ABAP_Code_Planner, we run the code in Python.
|
| 159 |
+
Reply TERMINATE at the end of your sentence if the task has been solved at full satisfaction.
|
| 160 |
Otherwise, reply CONTINUE, or the reason why the task is not solved yet."""
|
| 161 |
)
|
| 162 |
|