Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 37 |
def get_answer_from_internet(search_query: str) -> str:
|
| 38 |
"""A tool that uses search engine to get results from the Internet. This tool can be used to fetch the most up-to-date information from the Internet.
|
| 39 |
Args:
|
| 40 |
-
|
| 41 |
"""
|
| 42 |
try:
|
| 43 |
search_tool = DuckDuckGoSearchTool()
|
|
|
|
| 37 |
def get_answer_from_internet(search_query: str) -> str:
|
| 38 |
"""A tool that uses search engine to get results from the Internet. This tool can be used to fetch the most up-to-date information from the Internet.
|
| 39 |
Args:
|
| 40 |
+
search_query: A question which can be used as a search query in the search engine (e.g. what is the current weather in NYC?).
|
| 41 |
"""
|
| 42 |
try:
|
| 43 |
search_tool = DuckDuckGoSearchTool()
|