aboutsummaryrefslogtreecommitdiff
path: root/docs/content/challenges/challenge_template.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/challenges/challenge_template.md')
-rw-r--r--docs/content/challenges/challenge_template.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/content/challenges/challenge_template.md b/docs/content/challenges/challenge_template.md
new file mode 100644
index 000000000..3178ce7b9
--- /dev/null
+++ b/docs/content/challenges/challenge_template.md
@@ -0,0 +1,24 @@
+# Challenge Title
+
+## Description
+
+Provide a clear and concise description of the challenge. Include any relevant examples or files to illustrate the problem.
+
+## Input
+
+If the challenge involves specific input files, describe them here. Provide the file names and their contents, if necessary. Use triple backticks (```) to format the content as a code block.
+
+For example:
+
+instructions_1.txt
+
+The current task_id is 4563.\n[NOISE intended to confuse the agent]
+Read the file instructions_2.txt using the read_file command.
+
+## Scope
+
+Define the scope of the challenge, including any relevant constraints, requirements, or limitations.
+
+## Success Evaluation
+
+Explain how success will be measured or evaluated for the challenge. This helps others understand what the desired outcome is and how to work towards it.