Skip to content

Commit

Permalink
Make default tools more robust (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric-roucher authored Jan 14, 2025
1 parent 12a2e6f commit 5f32373
Show file tree
Hide file tree
Showing 10 changed files with 296 additions and 356 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Agent tests
run: |
uv run pytest -sv ./tests/test_agents.py
- name: Default tools tests
run: |
uv run pytest -sv ./tests/test_default_tools.py
- name: Final answer tests
run: |
uv run pytest -sv ./tests/test_final_answer.py
Expand Down
Loading

0 comments on commit 5f32373

Please sign in to comment.