ahmedess0 commited on
Commit
1791764
·
verified ·
1 Parent(s): b402b11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def search_arxiv(query: str, max_results: int = 5) -> str:
14
 
15
  Args:
16
  query (str): The topic or keywords to search for.
17
- max_results (int): Number of papers to fetch.
18
 
19
  Returns:
20
  str: A formatted list of found papers with titles, summaries, and links.
 
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.