@digipair/skill-chatbot 0.136.3 → 0.136.4

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.
@@ -0,0 +1,2 @@
1
+ export * from './lib/skill-chatbot';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { PinsSettings } from '@digipair/engine';
2
+ export declare const answer: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<{
3
+ assistant: any;
4
+ command: any[];
5
+ boosts: any;
6
+ sources: any;
7
+ agent_history: any;
8
+ files: any;
9
+ logs: any;
10
+ boost: any;
11
+ parent_history: any;
12
+ session: any;
13
+ uuid: any;
14
+ }>;
15
+ export declare const execute: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
16
+ export declare const boost: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
17
+ //# sourceMappingURL=skill-chatbot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skill-chatbot.d.ts","sourceRoot":"","sources":["../../../src/lib/skill-chatbot.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAwC,MAAM,kBAAkB,CAAC;AA2EtF,eAAO,MAAM,MAAM,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG;;;;;;;;;;;;EAClB,CAAC;AAEjE,eAAO,MAAM,OAAO,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBAClB,CAAC;AAIlE,eAAO,MAAM,KAAK,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBAClB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-chatbot",
3
- "version": "0.136.3",
3
+ "version": "0.136.4",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",