Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
|
|
| 20 |
|
| 21 |
@tool
|
| 22 |
def get_weather(location: str) -> str:
|
| 23 |
-
"""A
|
| 24 |
Args:
|
| 25 |
location: a string represent a location
|
| 26 |
"""
|
|
|
|
| 20 |
|
| 21 |
@tool
|
| 22 |
def get_weather(location: str) -> str:
|
| 23 |
+
"""A tool that simulate a weather app
|
| 24 |
Args:
|
| 25 |
location: a string represent a location
|
| 26 |
"""
|