julpiroo commited on
Commit
ff5cfce
·
verified ·
1 Parent(s): 5d9b9fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def draw_rectangle(width: int, length: int) -> str:
45
 
46
  # JOIN WITH NEWLINES AND WRAP IN MARKDOWN CODE BLOCK
47
  # This is the magic part that fixes the display:
48
- return "```\n" + "\n".join(rectangle) + "\n```"
49
 
50
  @tool
51
  def get_current_time_in_timezone(timezone: str) -> str:
 
45
 
46
  # JOIN WITH NEWLINES AND WRAP IN MARKDOWN CODE BLOCK
47
  # This is the magic part that fixes the display:
48
+ return "bob"
49
 
50
  @tool
51
  def get_current_time_in_timezone(timezone: str) -> str: