yetessam commited on
Commit
c1eca89
·
verified ·
1 Parent(s): 5ee9bfb

Rename agents/tools.py to tools/tools.py

Browse files
Files changed (1) hide show
  1. {agents → tools}/tools.py +1 -1
{agents → tools}/tools.py RENAMED
@@ -1,4 +1,4 @@
1
- from ..tools import (
2
  FinalAnswerTool,
3
  PoliteGuardTool,
4
  DuckDuckGoSearchTool,
 
1
+ import (
2
  FinalAnswerTool,
3
  PoliteGuardTool,
4
  DuckDuckGoSearchTool,