cahya commited on
Commit
0158637
·
verified ·
1 Parent(s): 8481046

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def get_random_number(arg1: int)-> int: #it's import to specify the return type
27
  Args:
28
  arg1: the maximum random number
29
  """
30
- return int(random.random()*100)
31
 
32
  @tool
33
  def get_current_time_in_timezone(timezone: str) -> str:
 
27
  Args:
28
  arg1: the maximum random number
29
  """
30
+ return int(random()*arg1)
31
 
32
  @tool
33
  def get_current_time_in_timezone(timezone: str) -> str: