Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
@@ -172,7 +172,7 @@ def web_search(query: str) -> str:
|
|
172 |
|
173 |
|
174 |
@tool
|
175 |
-
def
|
176 |
"""Search Arxiv for a query and return maximum 3 result.
|
177 |
|
178 |
Args:
|
|
|
172 |
|
173 |
|
174 |
@tool
|
175 |
+
def arxiv_search(query: str) -> str:
|
176 |
"""Search Arxiv for a query and return maximum 3 result.
|
177 |
|
178 |
Args:
|