Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -467,6 +467,7 @@ def build_initial_chat_history(alert_message=None):
|
|
| 467 |
"There is a previously saved scenario that hasn’t been triggered yet. Creating a new scenario will replace the old one:\n"
|
| 468 |
f"- Buy: @={buy.get('at','N/A')}, SL={buy.get('SL','N/A')}, TP={buy.get('TP','N/A')}\n"
|
| 469 |
f"- Sell: @={sell.get('at','N/A')}, SL={sell.get('SL','N/A')}, TP={sell.get('TP','N/A')}\n\n"
|
|
|
|
| 470 |
"Continue analyzing. If you want to update the scenario, send a <final> with a new <scenario> to replace it. If no new scenario is created, we will wait for one of the scenarios to be triggered.\n\n"
|
| 471 |
"Important Instructions:\n"
|
| 472 |
"- Provide only ONE <img> at a time:\n"
|
|
|
|
| 467 |
"There is a previously saved scenario that hasn’t been triggered yet. Creating a new scenario will replace the old one:\n"
|
| 468 |
f"- Buy: @={buy.get('at','N/A')}, SL={buy.get('SL','N/A')}, TP={buy.get('TP','N/A')}\n"
|
| 469 |
f"- Sell: @={sell.get('at','N/A')}, SL={sell.get('SL','N/A')}, TP={sell.get('TP','N/A')}\n\n"
|
| 470 |
+
"Your Goal now Update scenarios or not that is it \n the Users NOT in any trade Now so we will wait your scenario"
|
| 471 |
"Continue analyzing. If you want to update the scenario, send a <final> with a new <scenario> to replace it. If no new scenario is created, we will wait for one of the scenarios to be triggered.\n\n"
|
| 472 |
"Important Instructions:\n"
|
| 473 |
"- Provide only ONE <img> at a time:\n"
|