aboutsummaryrefslogtreecommitdiff
path: root/autogpts/forge/forge/prompts/techniques/few-shot.j2
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/forge/forge/prompts/techniques/few-shot.j2')
-rw-r--r--autogpts/forge/forge/prompts/techniques/few-shot.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/autogpts/forge/forge/prompts/techniques/few-shot.j2 b/autogpts/forge/forge/prompts/techniques/few-shot.j2
new file mode 100644
index 000000000..e65878d8c
--- /dev/null
+++ b/autogpts/forge/forge/prompts/techniques/few-shot.j2
@@ -0,0 +1,5 @@
+{% block prompt %} {% endblock %}
+Examples:
+ {% for example in examples %}
+ - {{ example }}
+ {% endfor %}