roieri100 commited on
Commit
9243426
·
verified ·
1 Parent(s): 702a877

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)-> 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:
 
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: