WeByT3 commited on
Commit
af1294b
·
verified ·
1 Parent(s): 08af3b9

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -0
tools.py CHANGED
@@ -120,6 +120,7 @@ def transcribe_audio(file_path: str) -> str:
120
  @tool
121
  def arvix_search(query: str) -> str:
122
  """Search Arxiv for a query and return maximum 3 result.
 
123
 
124
  Args:
125
  query: The search query."""
 
120
  @tool
121
  def arvix_search(query: str) -> str:
122
  """Search Arxiv for a query and return maximum 3 result.
123
+ This tool allows for searching papers and articles
124
 
125
  Args:
126
  query: The search query."""