aboutsummaryrefslogtreecommitdiff
path: root/tests/challenges/basic_abilities/goal_oriented_tasks.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/challenges/basic_abilities/goal_oriented_tasks.md')
-rw-r--r--tests/challenges/basic_abilities/goal_oriented_tasks.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/challenges/basic_abilities/goal_oriented_tasks.md b/tests/challenges/basic_abilities/goal_oriented_tasks.md
deleted file mode 100644
index b06b371b2..000000000
--- a/tests/challenges/basic_abilities/goal_oriented_tasks.md
+++ /dev/null
@@ -1,10 +0,0 @@
-If the goal oriented task pipeline fails, it means:
-- you somehow changed the way the system prompt is generated
-- or you broke autogpt.
-
-To know which one, you can run the following command:
-```bash
-pytest -s -k tests/integration/goal_oriented
-
-If the test is successful, it will record new cassettes in VCR. Then you can just push these to your branch and the pipeline
-will pass