wt002 commited on
Commit
b22ce48
Β·
verified Β·
1 Parent(s): de4ea78

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -172,7 +172,7 @@ def web_search(query: str) -> str:
172
 
173
 
174
  @tool
175
- def arvix_search(query: str) -> str:
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: