Update tools.py
Browse files
tools.py
CHANGED
|
@@ -140,7 +140,7 @@ def web_search(query: str) -> str:
|
|
| 140 |
|
| 141 |
|
| 142 |
@tool
|
| 143 |
-
def
|
| 144 |
"""Search Arxiv for a query and return maximum 3 result.
|
| 145 |
|
| 146 |
Args:
|
|
|
|
| 140 |
|
| 141 |
|
| 142 |
@tool
|
| 143 |
+
def arxiv_search(query: str) -> str:
|
| 144 |
"""Search Arxiv for a query and return maximum 3 result.
|
| 145 |
|
| 146 |
Args:
|