Spaces:
Sleeping
Sleeping
Update tools.py
Browse files
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."""
|