mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-31 21:04:25 +01:00
383 B
383 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 successul, it will record new cassettes in VCR. Then you can just push these to your branch and the pipeline
will pass