MGLDZM commited on
Commit
a4423e0
1 Parent(s): 58c7d4d

google search adjust

Browse files

Adjust to google search to be more precise

modules/chat_functions/buscar_google.py CHANGED
@@ -30,7 +30,7 @@ info = {
30
  "type": "function",
31
  "function":{
32
  "name": "google_search",
33
- "description": "A wrapper around Google Search. Useful for when you need to answer questions about current events. Only use the google_search if you have clear user consent to do it as it con violate privacy and etics.\nThe output of the execution will be a JSON: \n"+json.dumps(structure_info, indent=2).replace("{'x':'y'},", "...,"),
34
  "parameters": {
35
  "type": "object",
36
  "properties": {
 
30
  "type": "function",
31
  "function":{
32
  "name": "google_search",
33
+ "description": "A wrapper around Google Search. Useful for when you need to answer questions about current events. The input will return titles, links and a small resume of the content of the pages found, so it will not help with some task as translations.\nThe output of the execution will be a JSON: \n"+json.dumps(structure_info, indent=2).replace("{'x':'y'},", "...,"),
34
  "parameters": {
35
  "type": "object",
36
  "properties": {