Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def my_custom_tool(state:str, altitude:int)-> str: #it's import to specify the r
|
|
| 16 |
state: A string representing the state who's capital we need to identify
|
| 17 |
altitude: The altitude of the state capital we've identified
|
| 18 |
"""
|
| 19 |
-
|
| 20 |
|
| 21 |
|
| 22 |
|
|
|
|
| 16 |
state: A string representing the state who's capital we need to identify
|
| 17 |
altitude: The altitude of the state capital we've identified
|
| 18 |
"""
|
| 19 |
+
return f"The altitude of '{state}'s capital is '{altitude}'"
|
| 20 |
|
| 21 |
|
| 22 |
|