Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def my_custom_tool(arg1: str, arg2: int) -> str:
|
|
| 30 |
Returns:
|
| 31 |
str: A loud and fiery chant string.
|
| 32 |
"""
|
| 33 |
-
return "
|
| 34 |
|
| 35 |
@tool
|
| 36 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 30 |
Returns:
|
| 31 |
str: A loud and fiery chant string.
|
| 32 |
"""
|
| 33 |
+
return "🔥🔥🔥🔥🔥 " + " ".join([arg1.upper() + "!" for _ in range(arg2)]) + " 🔥🔥🔥🔥🔥"
|
| 34 |
|
| 35 |
@tool
|
| 36 |
def get_current_time_in_timezone(timezone: str) -> str:
|