priyar84 commited on
Commit
c983075
·
verified ·
1 Parent(s): 48207b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ def my_custom_tool(prompt: str)-> str: #it's import to specify the return type
16
  Returns:
17
  str: A URL to the generated image.
18
  """
19
-
 
20
  @tool
21
  def get_current_time_in_timezone(timezone: str) -> str:
22
  """A tool that fetches the current local time in a specified timezone.
 
16
  Returns:
17
  str: A URL to the generated image.
18
  """
19
+ return "Generated image URL"
20
+
21
  @tool
22
  def get_current_time_in_timezone(timezone: str) -> str:
23
  """A tool that fetches the current local time in a specified timezone.