Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
|
|
25 |
return "What magic will you build ?"
|
26 |
|
27 |
|
28 |
-
|
29 |
def browsing_tool_fetch_content(url: str, query_context: str) -> str:
|
30 |
"""
|
31 |
Placeholder function to simulate fetching full content from a URL.
|
|
|
25 |
return "What magic will you build ?"
|
26 |
|
27 |
|
28 |
+
@tool
|
29 |
def browsing_tool_fetch_content(url: str, query_context: str) -> str:
|
30 |
"""
|
31 |
Placeholder function to simulate fetching full content from a URL.
|