Spaces:
Runtime error
Runtime error
Update agents/tools.py
Browse files- agents/tools.py +0 -1
agents/tools.py
CHANGED
|
@@ -13,6 +13,5 @@ web_search = DuckDuckGoSearchTool()
|
|
| 13 |
# Import tool from Hub
|
| 14 |
#image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
| 15 |
|
| 16 |
-
|
| 17 |
# Define all tools
|
| 18 |
tools = [final_answer, polite_guard, web_search, get_the_current_time_in_timezone]
|
|
|
|
| 13 |
# Import tool from Hub
|
| 14 |
#image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
| 15 |
|
|
|
|
| 16 |
# Define all tools
|
| 17 |
tools = [final_answer, polite_guard, web_search, get_the_current_time_in_timezone]
|