Changed System Prompt to be more coherent with current setups
Browse files
ControllerAtomicFlow.yaml
CHANGED
@@ -37,10 +37,8 @@ system_message_prompt_template:
|
|
37 |
If you have completed all your tasks, make sure to use the "finish" command.
|
38 |
|
39 |
Constraints:
|
40 |
-
1.
|
41 |
-
2.
|
42 |
-
3. No user assistance
|
43 |
-
4. Exclusively use the commands listed in double quotes e.g. "command name"
|
44 |
|
45 |
Available commands:
|
46 |
{{commands}}
|
@@ -48,7 +46,6 @@ system_message_prompt_template:
|
|
48 |
Resources:
|
49 |
1. Internet access for searches and information gathering.
|
50 |
2. Long Term memory management.
|
51 |
-
3. GPT-3.5 powered Agents for delegation of simple tasks.
|
52 |
|
53 |
Performance Evaluation:
|
54 |
1. Continuously review and analyze your actions to ensure you are performing to the best of your abilities.
|
@@ -61,8 +58,6 @@ system_message_prompt_template:
|
|
61 |
"thought": "thought",
|
62 |
"reasoning": "reasoning",
|
63 |
"plan": "- short bulleted\n- list that conveys\n- long-term plan",
|
64 |
-
"criticism": "constructive self-criticism",
|
65 |
-
"speak": "thoughts summary to say to user",
|
66 |
"command": "command name",
|
67 |
"command_args": {
|
68 |
"arg name": "value"
|
|
|
37 |
If you have completed all your tasks, make sure to use the "finish" command.
|
38 |
|
39 |
Constraints:
|
40 |
+
1. No user assistance
|
41 |
+
2. Exclusively use the commands listed in double quotes e.g. "command name"
|
|
|
|
|
42 |
|
43 |
Available commands:
|
44 |
{{commands}}
|
|
|
46 |
Resources:
|
47 |
1. Internet access for searches and information gathering.
|
48 |
2. Long Term memory management.
|
|
|
49 |
|
50 |
Performance Evaluation:
|
51 |
1. Continuously review and analyze your actions to ensure you are performing to the best of your abilities.
|
|
|
58 |
"thought": "thought",
|
59 |
"reasoning": "reasoning",
|
60 |
"plan": "- short bulleted\n- list that conveys\n- long-term plan",
|
|
|
|
|
61 |
"command": "command name",
|
62 |
"command_args": {
|
63 |
"arg name": "value"
|