Update CodeWriterCtrlFlow.yaml
Browse files- CodeWriterCtrlFlow.yaml +1 -1
CodeWriterCtrlFlow.yaml
CHANGED
@@ -47,7 +47,7 @@ commands:
|
|
47 |
input_args: []
|
48 |
|
49 |
system_message_prompt_template:
|
50 |
-
_target_:
|
51 |
template: |2-
|
52 |
You are in charge of a department of writing code to solve a certain goal. You work with a coder, who does all the coding job; and a code tester, who does all the testing job.
|
53 |
|
|
|
47 |
input_args: []
|
48 |
|
49 |
system_message_prompt_template:
|
50 |
+
_target_: aiflows.prompt_template.JinjaPrompt
|
51 |
template: |2-
|
52 |
You are in charge of a department of writing code to solve a certain goal. You work with a coder, who does all the coding job; and a code tester, who does all the testing job.
|
53 |
|