diff --git a/forge/autogpt/prompts/techniques/chain-of-thought.j2 b/forge/autogpt/prompts/techniques/chain-of-thought.j2 new file mode 100644 index 00000000..dc6357f4 --- /dev/null +++ b/forge/autogpt/prompts/techniques/chain-of-thought.j2 @@ -0,0 +1,2 @@ +{% block prompt %} {% endblock %} +Let's work this out in a step by step way to be sure we have the right answer. \ No newline at end of file diff --git a/forge/autogpt/prompts/techniques/few-shot.j2 b/forge/autogpt/prompts/techniques/few-shot.j2 new file mode 100644 index 00000000..e65878d8 --- /dev/null +++ b/forge/autogpt/prompts/techniques/few-shot.j2 @@ -0,0 +1,5 @@ +{% block prompt %} {% endblock %} +Examples: + {% for example in examples %} + - {{ example }} + {% endfor %}