pabloce commited on
Commit
acad95c
·
verified ·
1 Parent(s): 5287603

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 "Based on the following results, answer the previous user query:\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 bullet points:\nResults:\n\n" + res[:self.context_character_limit]
48
 
49
  def get_tool(self):
50
  return self.search_web