Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -622,7 +622,7 @@ def web_search(query: str) -> str:
|
|
622 |
for r in ddgs.text(query, region="wt-wt", safesearch="off", max_results=3):
|
623 |
results.append(r)
|
624 |
time.sleep(1.5)
|
625 |
-
print_coso(f"tool web_search formattedResult: {
|
626 |
return results
|
627 |
'''
|
628 |
def web_search(query: str) -> str:
|
|
|
622 |
for r in ddgs.text(query, region="wt-wt", safesearch="off", max_results=3):
|
623 |
results.append(r)
|
624 |
time.sleep(1.5)
|
625 |
+
print_coso(f"tool web_search formattedResult: {results}")
|
626 |
return results
|
627 |
'''
|
628 |
def web_search(query: str) -> str:
|