Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ def get_player_info(player_name:str)-> dict:
|
|
| 50 |
|
| 51 |
|
| 52 |
@tool
|
| 53 |
-
def get_songs_by_artist(artist_name:str)->
|
| 54 |
"""
|
| 55 |
A tool that gets a name of an artist, read a file with song details and return all the artist's songs according to the file.
|
| 56 |
Args:
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
@tool
|
| 53 |
+
def get_songs_by_artist(artist_name:str)-> list:
|
| 54 |
"""
|
| 55 |
A tool that gets a name of an artist, read a file with song details and return all the artist's songs according to the file.
|
| 56 |
Args:
|