Update tools.py
Browse files
tools.py
CHANGED
|
@@ -98,7 +98,7 @@ def wiki_search(query: str) -> str:
|
|
| 98 |
)
|
| 99 |
return {"wiki_results": formatted_search_docs}
|
| 100 |
|
| 101 |
-
|
| 102 |
wiki_search,
|
| 103 |
multiply,
|
| 104 |
add,
|
|
|
|
| 98 |
)
|
| 99 |
return {"wiki_results": formatted_search_docs}
|
| 100 |
|
| 101 |
+
alltools = [
|
| 102 |
wiki_search,
|
| 103 |
multiply,
|
| 104 |
add,
|