JayosChaos commited on
Commit
3864c3d
·
verified ·
1 Parent(s): 801395a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def get_billboard_hot_100_last_countdown() -> list:
60
  return top_songs
61
 
62
  @tool
63
- def get_cat_picture_with_name():
64
  """A tool that searches the internet for a picture of a cat, downloads the first result, and displays it with a randomly generated name.
65
  """
66
  import requests
 
60
  return top_songs
61
 
62
  @tool
63
+ def get_cat_picture_with_name() -> str:
64
  """A tool that searches the internet for a picture of a cat, downloads the first result, and displays it with a randomly generated name.
65
  """
66
  import requests