dygoo commited on
Commit
a3cdf6b
·
verified ·
1 Parent(s): 0bbb75c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def get_latest_news() -> Dict[str, List[Dict]]:
25
  """
26
  Tool returns latest news from major news outlets using reliable RSS feeds.
27
  Returns:
28
- A summary of all titles compiled in a single concise text of maximum five sentences.
29
  # Dict[str, List[Dict]]: A dictionary where keys are news sources and values are lists of news items.
30
  """
31
  rss_feeds = {
 
25
  """
26
  Tool returns latest news from major news outlets using reliable RSS feeds.
27
  Returns:
28
+ A summary of all titles compiled in a single concise text of maximum five sentences.Please do not provide the titles, just a five sentence summary of your making encompassing all titles.
29
  # Dict[str, List[Dict]]: A dictionary where keys are news sources and values are lists of news items.
30
  """
31
  rss_feeds = {