aboutsummaryrefslogtreecommitdiff
path: root/autogpts/forge/forge/prompts/gpt-3.5-turbo/system-format.j2
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/forge/forge/prompts/gpt-3.5-turbo/system-format.j2')
-rw-r--r--autogpts/forge/forge/prompts/gpt-3.5-turbo/system-format.j217
1 files changed, 17 insertions, 0 deletions
diff --git a/autogpts/forge/forge/prompts/gpt-3.5-turbo/system-format.j2 b/autogpts/forge/forge/prompts/gpt-3.5-turbo/system-format.j2
new file mode 100644
index 000000000..4141e1d29
--- /dev/null
+++ b/autogpts/forge/forge/prompts/gpt-3.5-turbo/system-format.j2
@@ -0,0 +1,17 @@
+Reply only in json with the following format:
+
+{
+ \"thoughts\": {
+ \"text\": \"thoughts\",
+ \"reasoning\": \"reasoning behind thoughts\",
+ \"plan\": \"- short bulleted\\n- list that conveys\\n- long-term plan\",
+ \"criticism\": \"constructive self-criticism\",
+ \"speak\": \"thoughts summary to say to user\",
+ },
+ \"ability\": {
+ \"name\": \"ability name\",
+ \"args\": {
+ \"arg1\": \"value1", etc...
+ }
+ }
+}