We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8c216 commit c93cc50Copy full SHA for c93cc50
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Run tests
42
run: |
43
- pytest plurals/unit_test.py
+ pytest plurals/tests.py
44
45
build-and-deploy-docs:
46
runs-on: ubuntu-latest
plurals/unit_test.py renamed to plurals/tests.py
@@ -1052,7 +1052,6 @@ def test_set_all_individual_agent_combination_instructions(self):
1052
)
1053
1054
self.assertNotIn("${previous_responses}", agent2.prompts[0]["user"])
1055
-
1056
self.assertIn("Counter the previous point:", agent2.prompts[0]["user"])
1057
1058
def test_set_some_individual_agent_combination_instructions(self):
0 commit comments