huggingfaceuser54 commited on
Commit
c0bcdef
·
verified ·
1 Parent(s): 145a682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
46
 
47
 
48
  @tool
49
- def get_latest_ai_agent_arxiv_papers(num_papers=5:int) -> list:
50
  """
51
  Searches arXiv for the latest research papers on AI agents and retrieves
52
  the specified number of results.
 
46
 
47
 
48
  @tool
49
+ def get_latest_ai_agent_arxiv_papers(num_papers:int = 5) -> list:
50
  """
51
  Searches arXiv for the latest research papers on AI agents and retrieves
52
  the specified number of results.