Spaces:
Sleeping
Sleeping
Update agents/tools.py
Browse files- agents/tools.py +1 -1
agents/tools.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from tools import (
|
2 |
FinalAnswerTool,
|
3 |
PoliteGuardTool,
|
4 |
DuckDuckGoSearchTool,
|
|
|
1 |
+
from ..tools import (
|
2 |
FinalAnswerTool,
|
3 |
PoliteGuardTool,
|
4 |
DuckDuckGoSearchTool,
|