ChaosBot commited on
Commit
9b7f1f2
·
verified ·
1 Parent(s): b70a448

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def get_weather(city: str) -> str:
13
  A tool that fetches the current weather information for a specified city.
14
 
15
  Args:
16
- city (str): The name of the city to fetch the weather for (e.g., 'New York').
17
 
18
  Returns:
19
  str: A string containing the weather information or an error message.
 
13
  A tool that fetches the current weather information for a specified city.
14
 
15
  Args:
16
+ city: The name of the city to fetch the weather for (e.g., 'New York').
17
 
18
  Returns:
19
  str: A string containing the weather information or an error message.