Files
Auto-GPT/tests/integration/goal_oriented/goal_oriented_tasks.md
minfeng-ai 23e1e1ed53 fix typos (#3998)
Co-authored-by: Minfeng Lu <minfenglu@Minfengs-MacBook-Pro.local>
Co-authored-by: Richard Beales <rich@richbeales.net>
2023-05-08 14:10:58 +01:00

384 B

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:

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