@onereach/idw-init-account-resources 0.20.1 → 0.20.2
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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +6 -0
- package/dist/assets/domains/index.js +0 -4
- package/dist/assets/domains/index.js.map +1 -1
- package/dist/assets/skills/index.js +0 -3
- package/dist/assets/skills/index.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/domains/index.ts +0 -4
- package/src/assets/skills/index.ts +0 -3
- package/dist/assets/skills/documentation/manage-knowledge.pdf +0 -0
- package/dist/assets/skills/reporting.js +0 -27
- package/dist/assets/skills/reporting.js.map +0 -1
- package/src/assets/skills/documentation/manage-knowledge.pdf +0 -0
- package/src/assets/skills/reporting.ts +0 -34
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
WARN Issue while reading "/builds/onereach/platform/idw/idw-template/.npmrc". Failed to replace env in config: ${OR_NPM_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @onereach/idw-init-account-resources@0.20.
|
|
3
|
+
> @onereach/idw-init-account-resources@0.20.1 build /builds/onereach/platform/idw/idw-template/packages/level-system/idw-init-account-resources
|
|
4
4
|
> rimraf dist && tsc -b && mkdir dist/assets/skills/documentation && cp -r src/assets/skills/documentation/* dist/assets/skills/documentation
|
|
5
5
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/assets/domains/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,gBAAgB,GAAG;IAC9B,IAAI,EAAE,YAAY;IAClB,YAAY,EAAE,IAAI;CACnB,CAAC;AAEW,QAAA,OAAO,GAAuB;IACzC;QACE,IAAI,EAAE,SAAS;QACf,YAAY,EAAE,IAAI;KACnB;IACD;QACE,IAAI,EAAE,gBAAgB;QACtB,YAAY,EAAE,IAAI;KACnB;IACD
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/assets/domains/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,gBAAgB,GAAG;IAC9B,IAAI,EAAE,YAAY;IAClB,YAAY,EAAE,IAAI;CACnB,CAAC;AAEW,QAAA,OAAO,GAAuB;IACzC;QACE,IAAI,EAAE,SAAS;QACf,YAAY,EAAE,IAAI;KACnB;IACD;QACE,IAAI,EAAE,gBAAgB;QACtB,YAAY,EAAE,IAAI;KACnB;IACD,wBAAgB;CACjB,CAAC"}
|
|
@@ -18,12 +18,10 @@ exports.skills = void 0;
|
|
|
18
18
|
var collect_information_1 = require("./collect_information");
|
|
19
19
|
var generate_image_1 = require("./generate_image");
|
|
20
20
|
var leave_feedback_1 = require("./leave_feedback");
|
|
21
|
-
var reporting_1 = require("./reporting");
|
|
22
21
|
var summarize_document_1 = require("./summarize_document");
|
|
23
22
|
var transcribe_audio_content_1 = require("./transcribe_audio_content");
|
|
24
23
|
var write_code_1 = require("./write_code");
|
|
25
24
|
var write_text_1 = require("./write_text");
|
|
26
|
-
__exportStar(require("./reporting"), exports);
|
|
27
25
|
__exportStar(require("./leave_feedback"), exports);
|
|
28
26
|
__exportStar(require("./write_text"), exports);
|
|
29
27
|
__exportStar(require("./write_code"), exports);
|
|
@@ -31,7 +29,6 @@ __exportStar(require("./summarize_document"), exports);
|
|
|
31
29
|
__exportStar(require("./transcribe_audio_content"), exports);
|
|
32
30
|
__exportStar(require("./generate_image"), exports);
|
|
33
31
|
exports.skills = [
|
|
34
|
-
reporting_1.reportingSkill,
|
|
35
32
|
leave_feedback_1.leaveFeedbackSkill,
|
|
36
33
|
write_text_1.writeTextSkill,
|
|
37
34
|
write_code_1.writeCodeSkill,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/assets/skills/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,6DAAgE;AAChE,mDAAsD;AACtD,mDAAsD;AACtD,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/assets/skills/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,6DAAgE;AAChE,mDAAsD;AACtD,mDAAsD;AACtD,2DAA8D;AAC9D,uEAAyE;AACzE,2CAA8C;AAC9C,2CAA8C;AAE9C,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAE7B,uDAAqC;AACrC,6DAA2C;AAC3C,mDAAiC;AAEpB,QAAA,MAAM,GAAG;IACpB,mCAAkB;IAClB,2BAAc;IACd,2BAAc;IACd,2CAAsB;IACtB,sDAA2B;IAC3B,mCAAkB;IAClB,6CAAuB;CACxB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { collectInformationSkill } from './collect_information';
|
|
2
2
|
import { generateImageSkill } from './generate_image';
|
|
3
3
|
import { leaveFeedbackSkill } from './leave_feedback';
|
|
4
|
-
import { reportingSkill } from './reporting';
|
|
5
4
|
import { summarizeDocumentSkill } from './summarize_document';
|
|
6
5
|
import { transcribeAudioContentSkill } from './transcribe_audio_content';
|
|
7
6
|
import { writeCodeSkill } from './write_code';
|
|
8
7
|
import { writeTextSkill } from './write_text';
|
|
9
8
|
|
|
10
|
-
export * from './reporting';
|
|
11
9
|
export * from './leave_feedback';
|
|
12
10
|
export * from './write_text';
|
|
13
11
|
export * from './write_code';
|
|
@@ -17,7 +15,6 @@ export * from './transcribe_audio_content';
|
|
|
17
15
|
export * from './generate_image';
|
|
18
16
|
|
|
19
17
|
export const skills = [
|
|
20
|
-
reportingSkill,
|
|
21
18
|
leaveFeedbackSkill,
|
|
22
19
|
writeTextSkill,
|
|
23
20
|
writeCodeSkill,
|
|
Binary file
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.reportingSkill = void 0;
|
|
4
|
-
exports.reportingSkill = {
|
|
5
|
-
uid: 'reporting',
|
|
6
|
-
forRoles: ['admin'],
|
|
7
|
-
name: 'Reporting',
|
|
8
|
-
description: 'The Reporting Skill provides real-time analytics and insights into your IDW (Intelligent Digital Workforce), helping you track performance, user engagement, and chat interactions. With this feature, you can monitor the volume of user inquiries, categorize recognized and unrecognized topics, and analyze engagement across different skills. It offers session data, handle times, and comprehensive chat analytics to help you identify trends and optimize the user experience.',
|
|
9
|
-
abbreviation: 'RP',
|
|
10
|
-
number: 6,
|
|
11
|
-
domain: 'Administration',
|
|
12
|
-
editable: false,
|
|
13
|
-
meta: {
|
|
14
|
-
chatId: 'reporting',
|
|
15
|
-
prompt: undefined,
|
|
16
|
-
promptParams: undefined,
|
|
17
|
-
},
|
|
18
|
-
passages: [
|
|
19
|
-
{
|
|
20
|
-
content: "The Reporting Skill provides real-time analytics and insights into your IDW (Intelligent Digital Workforce),\nhelping you track performance, user engagement, and chat interactions.\nWith this feature, you can monitor the volume of user inquiries, categorize recognized and unrecognized topics, and analyze engagement across different skills.\nIt offers session data, handle times, and comprehensive chat analytics to help you identify trends and optimize the user experience.",
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
content: "Enhance your data analysis with IDW Reporting, a tool designed to track chat interactions and identify\ntrends. Monitor the volume of user inquiries, categorize recognized and unrecognized topics, and measure engagement\nacross different skills within the system. Use detailed session data and handle times to optimize the user experience\nand make informed decisions based on comprehensive chat analytics.",
|
|
24
|
-
},
|
|
25
|
-
],
|
|
26
|
-
};
|
|
27
|
-
//# sourceMappingURL=reporting.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reporting.js","sourceRoot":"","sources":["../../../src/assets/skills/reporting.ts"],"names":[],"mappings":";;;AAGa,QAAA,cAAc,GAAoB;IAC7C,GAAG,EAAE,WAAW;IAChB,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,0dAA0d;IACve,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,gBAAgB;IACxB,QAAQ,EAAE,KAAK;IAEf,IAAI,EAAE;QACJ,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,6dAGsH;SAChI;QACD;YACE,OAAO,EAAE,wZAGoD;SAC9D;KACF;CACF,CAAC"}
|
|
Binary file
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/* eslint-disable max-len */
|
|
2
|
-
import type { SkillDefinition } from '../../types';
|
|
3
|
-
|
|
4
|
-
export const reportingSkill: SkillDefinition = {
|
|
5
|
-
uid: 'reporting',
|
|
6
|
-
forRoles: ['admin'],
|
|
7
|
-
name: 'Reporting',
|
|
8
|
-
description: 'The Reporting Skill provides real-time analytics and insights into your IDW (Intelligent Digital Workforce), helping you track performance, user engagement, and chat interactions. With this feature, you can monitor the volume of user inquiries, categorize recognized and unrecognized topics, and analyze engagement across different skills. It offers session data, handle times, and comprehensive chat analytics to help you identify trends and optimize the user experience.',
|
|
9
|
-
abbreviation: 'RP',
|
|
10
|
-
number: 6,
|
|
11
|
-
domain: 'Administration',
|
|
12
|
-
editable: false,
|
|
13
|
-
|
|
14
|
-
meta: {
|
|
15
|
-
chatId: 'reporting',
|
|
16
|
-
prompt: undefined,
|
|
17
|
-
promptParams: undefined,
|
|
18
|
-
},
|
|
19
|
-
|
|
20
|
-
passages: [
|
|
21
|
-
{
|
|
22
|
-
content: `The Reporting Skill provides real-time analytics and insights into your IDW (Intelligent Digital Workforce),
|
|
23
|
-
helping you track performance, user engagement, and chat interactions.
|
|
24
|
-
With this feature, you can monitor the volume of user inquiries, categorize recognized and unrecognized topics, and analyze engagement across different skills.
|
|
25
|
-
It offers session data, handle times, and comprehensive chat analytics to help you identify trends and optimize the user experience.`,
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
content: `Enhance your data analysis with IDW Reporting, a tool designed to track chat interactions and identify
|
|
29
|
-
trends. Monitor the volume of user inquiries, categorize recognized and unrecognized topics, and measure engagement
|
|
30
|
-
across different skills within the system. Use detailed session data and handle times to optimize the user experience
|
|
31
|
-
and make informed decisions based on comprehensive chat analytics.`,
|
|
32
|
-
},
|
|
33
|
-
],
|
|
34
|
-
};
|