Update CodeGeneratorAtomicFlow.yaml
Browse files
CodeGeneratorAtomicFlow.yaml
CHANGED
@@ -22,7 +22,7 @@ output_interface:
|
|
22 |
|
23 |
#######################################################
|
24 |
system_message_prompt_template:
|
25 |
-
_target_:
|
26 |
template: |2-
|
27 |
You are a world class programmer that can complete any goal with code. All code you write should be functions.
|
28 |
|
|
|
22 |
|
23 |
#######################################################
|
24 |
system_message_prompt_template:
|
25 |
+
_target_: aiflows.prompt_template.JinjaPrompt
|
26 |
template: |2-
|
27 |
You are a world class programmer that can complete any goal with code. All code you write should be functions.
|
28 |
|