Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
35 |
|
36 |
|
37 |
@tool
|
38 |
-
def calculator(parameter_1: float, parameter_2: float) ->
|
39 |
"""A tool with which you can add two arbitary float values.
|
40 |
Args:
|
41 |
parameter_1: a float value that represnets the first value.
|
|
|
35 |
|
36 |
|
37 |
@tool
|
38 |
+
def calculator(parameter_1: float, parameter_2: float) -> str:
|
39 |
"""A tool with which you can add two arbitary float values.
|
40 |
Args:
|
41 |
parameter_1: a float value that represnets the first value.
|