Spaces:
Runtime error
Runtime error
Commit
·
31e23ba
1
Parent(s):
86f5840
Update RBotReloaded.py
Browse files- RBotReloaded.py +3 -2
RBotReloaded.py
CHANGED
@@ -281,8 +281,9 @@ SYS: Please reply to the user with a truth and useful response, if you do not kn
|
|
281 |
|
282 |
### CURRENT CONVERSATION:
|
283 |
{formatted_history}
|
284 |
-
|
285 |
-
|
|
|
286 |
|
287 |
USER: {input}
|
288 |
AI:
|
|
|
281 |
|
282 |
### CURRENT CONVERSATION:
|
283 |
{formatted_history}
|
284 |
+
|
285 |
+
SYS: Follow the most recent user message, you can reply to it directly or invoke a valid action from the following available:
|
286 |
+
{self.tools_prompt()}
|
287 |
|
288 |
USER: {input}
|
289 |
AI:
|