pabloce commited on
Commit
0d2a833
·
verified ·
1 Parent(s): 20f9deb

Update web_search.py

Browse files
Files changed (1) hide show
  1. web_search.py +1 -1
web_search.py CHANGED
@@ -44,7 +44,7 @@ class WebSearchTool:
44
  result_string += web_info
45
 
46
  res = result_string.strip()
47
- return "Please combine this summarizes results below, into one summary as mardown document:\nResults:\n\n" + res[:self.context_character_limit]
48
 
49
  def get_tool(self):
50
  return self.search_web
 
44
  result_string += web_info
45
 
46
  res = result_string.strip()
47
+ return "Please combine this summarizes results below, into one summary as markdown document:\nResults:\n\n" + res[:self.context_character_limit]
48
 
49
  def get_tool(self):
50
  return self.search_web