agazo commited on
Commit
7d55abc
·
verified ·
1 Parent(s): 6b58720

Update npb_agent.py

Browse files
Files changed (1) hide show
  1. npb_agent.py +1 -1
npb_agent.py CHANGED
@@ -32,7 +32,7 @@ class NpbAgent:
32
 
33
  tools = [
34
  get_npb_player_info,
35
- get_team_players_by_season,
36
  internet_search
37
  ]
38
 
 
32
 
33
  tools = [
34
  get_npb_player_info,
35
+ get_team_roster,
36
  internet_search
37
  ]
38