Update CodeWriterCtrlFlow.yaml
Browse files- CodeWriterCtrlFlow.yaml +5 -1
CodeWriterCtrlFlow.yaml
CHANGED
@@ -113,4 +113,8 @@ init_human_message_prompt_template:
|
|
113 |
{{goal}}
|
114 |
input_variables:
|
115 |
- "goal"
|
116 |
-
template_format: jinja2
|
|
|
|
|
|
|
|
|
|
113 |
{{goal}}
|
114 |
input_variables:
|
115 |
- "goal"
|
116 |
+
template_format: jinja2
|
117 |
+
|
118 |
+
previous_messages:
|
119 |
+
first_k: 2
|
120 |
+
last_k: 1
|