HollowVoice commited on
Commit
9ab70c0
·
verified ·
1 Parent(s): fafcb91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def tell_a_joke(arg1:str)-> str: #it's import to specify the return type
23
  Args:
24
  arg1: the topic
25
  """
26
- return "Why did the giraffe think this topic was funny: " + arg1
27
 
28
  @tool
29
  def get_current_time_in_timezone(timezone: str) -> str:
 
23
  Args:
24
  arg1: the topic
25
  """
26
+ return f"Why did {arg1} cross the road? It had to wait for a giraffe"
27
 
28
  @tool
29
  def get_current_time_in_timezone(timezone: str) -> str: