Tachi67 commited on
Commit
9b02dbc
·
1 Parent(s): 3e0718c

Update CodeWriterCtrlFlow.yaml

Browse files
Files changed (1) hide show
  1. CodeWriterCtrlFlow.yaml +1 -1
CodeWriterCtrlFlow.yaml CHANGED
@@ -47,7 +47,7 @@ commands:
47
  input_args: []
48
 
49
  system_message_prompt_template:
50
- _target_: langchain.PromptTemplate
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