alexbohane commited on
Commit
cca21b3
·
verified ·
1 Parent(s): 81693c2
Files changed (1) hide show
  1. app.py +1 -1
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: