Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -98,8 +98,9 @@ def related_papers(title:str, max_results:int) -> list:
|
|
98 |
A tool that searches for related papers on arXiv based on the title of the query paper.
|
99 |
|
100 |
Args:
|
101 |
-
title :
|
102 |
-
max_results :
|
|
|
103 |
Returns:
|
104 |
list: A list of dictionaries, each containing a related paper's title and URL.
|
105 |
"""
|
|
|
98 |
A tool that searches for related papers on arXiv based on the title of the query paper.
|
99 |
|
100 |
Args:
|
101 |
+
title (str): The title of the query paper to find related papers for.
|
102 |
+
max_results (int): The number of related papers to return.
|
103 |
+
|
104 |
Returns:
|
105 |
list: A list of dictionaries, each containing a related paper's title and URL.
|
106 |
"""
|