Update ControllerFlow_ExtLib.yaml
Browse files
ControllerFlow_ExtLib.yaml
CHANGED
@@ -112,7 +112,7 @@ system_message_prompt_template:
|
|
112 |
{
|
113 |
"command": "call code writer, the tester, or to finish",
|
114 |
"command_args": {
|
115 |
-
"arg name": "value"
|
116 |
}
|
117 |
}
|
118 |
Ensure your responses can be parsed by Python json.loads
|
@@ -139,4 +139,8 @@ init_human_message_prompt_template:
|
|
139 |
{{goal}}
|
140 |
input_variables:
|
141 |
- "goal"
|
142 |
-
template_format: jinja2
|
|
|
|
|
|
|
|
|
|
112 |
{
|
113 |
"command": "call code writer, the tester, or to finish",
|
114 |
"command_args": {
|
115 |
+
"arg name": "args value"
|
116 |
}
|
117 |
}
|
118 |
Ensure your responses can be parsed by Python json.loads
|
|
|
139 |
{{goal}}
|
140 |
input_variables:
|
141 |
- "goal"
|
142 |
+
template_format: jinja2
|
143 |
+
|
144 |
+
previous_messages:
|
145 |
+
first_k: 2
|
146 |
+
last_k: 1
|