Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 34 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 35 |
|
| 36 |
@tool
|
| 37 |
-
def get_currency_value(money_1:str, money_2:str):
|
| 38 |
"""A tool that fetches the specific currency value.
|
| 39 |
Args:
|
| 40 |
money_1: A string representing a valid base currency (e.g. 'Turkish Liras/try').
|
|
|
|
| 34 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 35 |
|
| 36 |
@tool
|
| 37 |
+
def get_currency_value(money_1:str, money_2:str) -> str:
|
| 38 |
"""A tool that fetches the specific currency value.
|
| 39 |
Args:
|
| 40 |
money_1: A string representing a valid base currency (e.g. 'Turkish Liras/try').
|