Update app.py
Browse files
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
|
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 |
|