Spaces:
Build error
Build error
Update WebScape_TOOL.py
Browse files- WebScape_TOOL.py +3 -3
WebScape_TOOL.py
CHANGED
|
@@ -52,12 +52,12 @@ class WebSearchTools:
|
|
| 52 |
def forecast_search(query: str) -> str:
|
| 53 |
"""
|
| 54 |
**** Note: only pass the cryptocurrency name or symbol into the search query****
|
| 55 |
-
|
| 56 |
Parameters:
|
| 57 |
query (str): The search query.
|
| 58 |
|
| 59 |
Returns:
|
| 60 |
-
str: The search results or a message indicating no results were found.
|
| 61 |
"""
|
| 62 |
# Assuming `ddgs` is initialized and ready to use here, with a context manager support
|
| 63 |
|
|
@@ -70,7 +70,7 @@ class WebSearchTools:
|
|
| 70 |
def technicalsignals_search(query: str) -> str:
|
| 71 |
"""
|
| 72 |
*** Note - Pass only the cryptocurrency name or symbol in this tool and query*****
|
| 73 |
-
|
| 74 |
Parameters:
|
| 75 |
query (str): The search query.
|
| 76 |
|
|
|
|
| 52 |
def forecast_search(query: str) -> str:
|
| 53 |
"""
|
| 54 |
**** Note: only pass the cryptocurrency name or symbol into the search query****
|
| 55 |
+
**** Note: Use the process_search_results to scrape results *******
|
| 56 |
Parameters:
|
| 57 |
query (str): The search query.
|
| 58 |
|
| 59 |
Returns:
|
| 60 |
+
str: The search results or a message indicating no results were found.
|
| 61 |
"""
|
| 62 |
# Assuming `ddgs` is initialized and ready to use here, with a context manager support
|
| 63 |
|
|
|
|
| 70 |
def technicalsignals_search(query: str) -> str:
|
| 71 |
"""
|
| 72 |
*** Note - Pass only the cryptocurrency name or symbol in this tool and query*****
|
| 73 |
+
**** Note: Use the process_search_results to scrape results *******
|
| 74 |
Parameters:
|
| 75 |
query (str): The search query.
|
| 76 |
|