Spaces:
Runtime error
Runtime error
update 1
Browse files
app.py
CHANGED
@@ -13,9 +13,10 @@ def search_arxiv(query: str, max_results: int = 5) -> str:
|
|
13 |
"""Searches arXiv for academic papers.
|
14 |
|
15 |
Args:
|
16 |
-
query (str): The topic or keywords to search for.
|
17 |
max_results (int, optional): The maximum number of papers to retrieve. Defaults to 5.
|
|
|
18 |
|
|
|
19 |
Returns:
|
20 |
str: A formatted list of found papers with titles, summaries, and links.
|
21 |
"""
|
|
|
13 |
"""Searches arXiv for academic papers.
|
14 |
|
15 |
Args:
|
|
|
16 |
max_results (int, optional): The maximum number of papers to retrieve. Defaults to 5.
|
17 |
+
query (str): The topic or keywords to search for.
|
18 |
|
19 |
+
|
20 |
Returns:
|
21 |
str: A formatted list of found papers with titles, summaries, and links.
|
22 |
"""
|