linas-p commited on
Commit
836aaed
·
verified ·
1 Parent(s): bc320f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
37
  def get_recent_news(description: str) -> str:
38
  """A tool that fetches the recent news on given topic.
39
  Args:
40
- timezone: A string representing a valid recent news (e.g., 'news/sports').
41
  """
42
  try:
43
  search_tool = DuckDuckGoSearchTool()
 
37
  def get_recent_news(description: str) -> str:
38
  """A tool that fetches the recent news on given topic.
39
  Args:
40
+ description: A string representing a valid recent news (e.g., 'news/sports').
41
  """
42
  try:
43
  search_tool = DuckDuckGoSearchTool()