@cobrowser/chatgpt 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +0 -11
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -14,16 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- const CopilotService_1 = require("./services/CopilotService/CopilotService");
18
17
  __exportStar(require("./services/TranslationService/TranslationService"), exports);
19
18
  __exportStar(require("./services/CopilotService/CopilotService"), exports);
20
- const copilotService = new CopilotService_1.CopilotService();
21
- const conversation = `
22
- Customer: Hello
23
- Agent: Hello
24
- Customer: Need some help
25
- `;
26
- /**
27
- * return a promise that will resolve a string ( a list of suggestions ) or an undefined or an error
28
- */
29
- copilotService.suggest(conversation);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobrowser/chatgpt",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "chatgpt services to connect our projects with chatgpt api",
5
5
  "keywords": [
6
6
  "chatgpt",
@@ -38,5 +38,5 @@
38
38
  "bugs": {
39
39
  "url": "https://bitbucket.org/cobrowser/cb_utils/issues"
40
40
  },
41
- "gitHead": "42de31ffab1af1627e6c16a19b19b5861d477088"
41
+ "gitHead": "e68ebdaa78a548e653392a939a508d3e55e47494"
42
42
  }