brufino commited on
Commit
3198550
·
verified ·
1 Parent(s): d5bdfb5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def get_location() -> str:
26
  return f"Error retrieving location: {str(e)}"
27
 
28
  @tool
29
- def get_weather_no_api(location: str) -> str:
30
  """Gets the current weather for a given location without using an API key.
31
 
32
  Args:
 
26
  return f"Error retrieving location: {str(e)}"
27
 
28
  @tool
29
+ def get_weather(location: str) -> str:
30
  """Gets the current weather for a given location without using an API key.
31
 
32
  Args: