Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -137,14 +137,14 @@ create_retriever_tool = create_retriever_tool(
|
|
| 137 |
|
| 138 |
|
| 139 |
tools = [
|
| 140 |
-
multiply,
|
| 141 |
-
add,
|
| 142 |
-
subtract,
|
| 143 |
-
divide,
|
| 144 |
-
modulus,
|
| 145 |
-
wiki_search,
|
| 146 |
-
web_search,
|
| 147 |
-
arvix_search,
|
| 148 |
]
|
| 149 |
|
| 150 |
# Build graph function
|
|
|
|
| 137 |
|
| 138 |
|
| 139 |
tools = [
|
| 140 |
+
# multiply,
|
| 141 |
+
# add,
|
| 142 |
+
# subtract,
|
| 143 |
+
# divide,
|
| 144 |
+
# modulus,
|
| 145 |
+
# wiki_search,
|
| 146 |
+
# web_search,
|
| 147 |
+
# arvix_search,
|
| 148 |
]
|
| 149 |
|
| 150 |
# Build graph function
|