vladd19 commited on
Commit
820499e
·
verified ·
1 Parent(s): 1b9cff8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def get_weather(
44
  @tool
45
  def get_universities_by_country(
46
  country: str,
47
- ) -> list:
48
  """
49
  Ищет список университетов для указанной страны с помощью HipoLabs API.
50
 
 
44
  @tool
45
  def get_universities_by_country(
46
  country: str,
47
+ ) -> str:
48
  """
49
  Ищет список университетов для указанной страны с помощью HipoLabs API.
50