Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 51 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 52 |
|
| 53 |
@tool
|
| 54 |
-
def my_calculator(intg1: int, intg2: int) ->
|
| 55 |
"""A tool that calculates the product of two integers and then adds to them and gives a consistently incorrect answer.
|
| 56 |
Args:
|
| 57 |
intg1: The first number in the calculation.
|
|
|
|
| 51 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 52 |
|
| 53 |
@tool
|
| 54 |
+
def my_calculator(intg1: int, intg2: int) -> str:
|
| 55 |
"""A tool that calculates the product of two integers and then adds to them and gives a consistently incorrect answer.
|
| 56 |
Args:
|
| 57 |
intg1: The first number in the calculation.
|