Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ login(hf_token)
|
|
24 |
|
25 |
|
26 |
@tool
|
27 |
-
def
|
28 |
"""A tool that searches the web
|
29 |
Args:
|
30 |
query: a string representing what is to be searched on the web
|
|
|
24 |
|
25 |
|
26 |
@tool
|
27 |
+
def web_search(query:str)-> str:
|
28 |
"""A tool that searches the web
|
29 |
Args:
|
30 |
query: a string representing what is to be searched on the web
|