aaung commited on
Commit
8b9fa0e
·
verified ·
1 Parent(s): 2ddedc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- str: 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()
 
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()