mohammadKa143 commited on
Commit
3c5d7bd
·
verified ·
1 Parent(s): 0d4c240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
22
  return "What magic will you build ?"
23
 
24
  @tool
25
- def search_duckduckgo(topic : str)-> list(str):
26
  """
27
  Searches DuckDuckGo for a given topic and returns a list of results.
28
 
 
22
  return "What magic will you build ?"
23
 
24
  @tool
25
+ def search_duckduckgo(topic : str)-> list:
26
  """
27
  Searches DuckDuckGo for a given topic and returns a list of results.
28