roieri100 commited on
Commit
e552165
·
verified ·
1 Parent(s): eb67010

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def get_player(name):
18
  return None
19
 
20
  @tool
21
- def get_player_info(player_name:str): -> dict
22
  """
23
  A tool that gets details about an NBA player using the NBA API.
24
  the details that are returned in the dictionary are:
 
18
  return None
19
 
20
  @tool
21
+ def get_player_info(player_name:str)-> dict:
22
  """
23
  A tool that gets details about an NBA player using the NBA API.
24
  the details that are returned in the dictionary are: