Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|
| 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:
|