Spaces:
Sleeping
Sleeping
Bug fix
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def add_two_integers(a:int, b:int)-> int: #it's import to specify the return typ
|
|
18 |
return a+b
|
19 |
|
20 |
|
21 |
-
@tool
|
22 |
# def get_current_weather(location: str) -> str:
|
23 |
# """A tool that fetches the current weather in the specified timezone.
|
24 |
# Args:
|
|
|
18 |
return a+b
|
19 |
|
20 |
|
21 |
+
# @tool
|
22 |
# def get_current_weather(location: str) -> str:
|
23 |
# """A tool that fetches the current weather in the specified timezone.
|
24 |
# Args:
|