Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,10 +19,6 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
|
|
19 |
"""
|
20 |
return "What magic will you build ?"
|
21 |
|
22 |
-
@tool
|
23 |
-
def visit_webpage(url: str) -> str
|
24 |
-
"""Visits a webpage at the given ur and returns its contents as markdown"""
|
25 |
-
|
26 |
@tool
|
27 |
def get_current_time_in_timezone(timezone: str) -> str:
|
28 |
"""A tool that fetches the current local time in a specified timezone.
|
|
|
19 |
"""
|
20 |
return "What magic will you build ?"
|
21 |
|
|
|
|
|
|
|
|
|
22 |
@tool
|
23 |
def get_current_time_in_timezone(timezone: str) -> str:
|
24 |
"""A tool that fetches the current local time in a specified timezone.
|