mohammadKa143 commited on
Commit
667d44c
·
verified ·
1 Parent(s): b6ff120

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.