vandat2601 commited on
Commit
e5bd9b5
·
verified ·
1 Parent(s): e4fdcfd

Update tools/football_search.py

Browse files
Files changed (1) hide show
  1. tools/football_search.py +1 -1
tools/football_search.py CHANGED
@@ -42,7 +42,7 @@ def get_competitions_info() -> Dict:
42
 
43
  @tool
44
  def get_list_teams(competition_code: str) -> Dict:
45
- """ Get all teams in a competition this season by competition code
46
  Args:
47
  competition_code: a string represent the competition code
48
  """
 
42
 
43
  @tool
44
  def get_list_teams(competition_code: str) -> Dict:
45
+ """ Get all teams in a competition this season by competition code include team info, squad, coach and competition enjoyed
46
  Args:
47
  competition_code: a string represent the competition code
48
  """