Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,7 @@ def my_custom_tool(arg1:str)-> str: #it's import to specify the return type
|
|
| 15 |
"""A tool takes city name as input and returns information related to
|
| 16 |
1. Tourism
|
| 17 |
2. Weather
|
|
|
|
| 18 |
Args:
|
| 19 |
arg1: the first argument
|
| 20 |
"""
|
|
|
|
| 15 |
"""A tool takes city name as input and returns information related to
|
| 16 |
1. Tourism
|
| 17 |
2. Weather
|
| 18 |
+
3. Timezone
|
| 19 |
Args:
|
| 20 |
arg1: the first argument
|
| 21 |
"""
|