Spaces:
Sleeping
Sleeping
Update npb_agent.py
Browse files- npb_agent.py +1 -1
npb_agent.py
CHANGED
@@ -32,7 +32,7 @@ class NpbAgent:
|
|
32 |
|
33 |
tools = [
|
34 |
get_npb_player_info,
|
35 |
-
|
36 |
internet_search
|
37 |
]
|
38 |
|
|
|
32 |
|
33 |
tools = [
|
34 |
get_npb_player_info,
|
35 |
+
get_team_roster,
|
36 |
internet_search
|
37 |
]
|
38 |
|