aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/autogpt/prompts/prompt.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/autogpt/prompts/prompt.py')
-rw-r--r--autogpts/autogpt/autogpt/prompts/prompt.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogpts/autogpt/autogpt/prompts/prompt.py b/autogpts/autogpt/autogpt/prompts/prompt.py
new file mode 100644
index 000000000..c9076aa9e
--- /dev/null
+++ b/autogpts/autogpt/autogpt/prompts/prompt.py
@@ -0,0 +1,5 @@
+DEFAULT_TRIGGERING_PROMPT = (
+ "Determine exactly one command to use next based on the given goals "
+ "and the progress you have made so far, "
+ "and respond using the JSON schema specified previously:"
+)