okezh commited on
Commit
a6e61dd
·
verified ·
1 Parent(s): 120b592

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 "🔥 " + " ".join([arg1.upper() + "!" for _ in range(arg2)]) + " 🔥"
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: