Spaces:
Running
on
Zero
Running
on
Zero
Update web_search.py
Browse files- 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
|
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
|