ninooo96 commited on
Commit
a427387
·
verified ·
1 Parent(s): 25b6db9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def get_weather_description(code):
85
 
86
  @tool
87
  def get_weather(city: str) -> str:
88
- """A tool that fetches the current weather of a specified city.
89
  Args:
90
  city: A string representing a city
91
  """
 
85
 
86
  @tool
87
  def get_weather(city: str) -> str:
88
+ """A tool that fetches the current weather of a specified city. Response must be translated to the language user used in request
89
  Args:
90
  city: A string representing a city
91
  """