@chatbotkit/cli 1.21.10 → 1.23.0
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/dist/esm/solution/index.d.ts +16 -16
- package/package.json +3 -3
|
@@ -50,15 +50,15 @@ export const BotResourceConfigSchema: z.ZodObject<{
|
|
|
50
50
|
backstory?: string | undefined;
|
|
51
51
|
datasetId?: string | undefined;
|
|
52
52
|
skillsetId?: string | undefined;
|
|
53
|
-
moderation?: boolean | undefined;
|
|
54
53
|
privacy?: boolean | undefined;
|
|
54
|
+
moderation?: boolean | undefined;
|
|
55
55
|
}, {
|
|
56
56
|
model?: string | undefined;
|
|
57
57
|
backstory?: string | undefined;
|
|
58
58
|
datasetId?: string | undefined;
|
|
59
59
|
skillsetId?: string | undefined;
|
|
60
|
-
moderation?: boolean | undefined;
|
|
61
60
|
privacy?: boolean | undefined;
|
|
61
|
+
moderation?: boolean | undefined;
|
|
62
62
|
}>;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
64
|
type: "bot";
|
|
@@ -68,8 +68,8 @@ export const BotResourceConfigSchema: z.ZodObject<{
|
|
|
68
68
|
backstory?: string | undefined;
|
|
69
69
|
datasetId?: string | undefined;
|
|
70
70
|
skillsetId?: string | undefined;
|
|
71
|
-
moderation?: boolean | undefined;
|
|
72
71
|
privacy?: boolean | undefined;
|
|
72
|
+
moderation?: boolean | undefined;
|
|
73
73
|
};
|
|
74
74
|
slug?: string | undefined;
|
|
75
75
|
id?: string | undefined;
|
|
@@ -82,8 +82,8 @@ export const BotResourceConfigSchema: z.ZodObject<{
|
|
|
82
82
|
backstory?: string | undefined;
|
|
83
83
|
datasetId?: string | undefined;
|
|
84
84
|
skillsetId?: string | undefined;
|
|
85
|
-
moderation?: boolean | undefined;
|
|
86
85
|
privacy?: boolean | undefined;
|
|
86
|
+
moderation?: boolean | undefined;
|
|
87
87
|
};
|
|
88
88
|
slug?: string | undefined;
|
|
89
89
|
id?: string | undefined;
|
|
@@ -215,15 +215,15 @@ export const ResourceConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
215
215
|
backstory?: string | undefined;
|
|
216
216
|
datasetId?: string | undefined;
|
|
217
217
|
skillsetId?: string | undefined;
|
|
218
|
-
moderation?: boolean | undefined;
|
|
219
218
|
privacy?: boolean | undefined;
|
|
219
|
+
moderation?: boolean | undefined;
|
|
220
220
|
}, {
|
|
221
221
|
model?: string | undefined;
|
|
222
222
|
backstory?: string | undefined;
|
|
223
223
|
datasetId?: string | undefined;
|
|
224
224
|
skillsetId?: string | undefined;
|
|
225
|
-
moderation?: boolean | undefined;
|
|
226
225
|
privacy?: boolean | undefined;
|
|
226
|
+
moderation?: boolean | undefined;
|
|
227
227
|
}>;
|
|
228
228
|
}, "strip", z.ZodTypeAny, {
|
|
229
229
|
type: "bot";
|
|
@@ -233,8 +233,8 @@ export const ResourceConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
233
233
|
backstory?: string | undefined;
|
|
234
234
|
datasetId?: string | undefined;
|
|
235
235
|
skillsetId?: string | undefined;
|
|
236
|
-
moderation?: boolean | undefined;
|
|
237
236
|
privacy?: boolean | undefined;
|
|
237
|
+
moderation?: boolean | undefined;
|
|
238
238
|
};
|
|
239
239
|
slug?: string | undefined;
|
|
240
240
|
id?: string | undefined;
|
|
@@ -247,8 +247,8 @@ export const ResourceConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
247
247
|
backstory?: string | undefined;
|
|
248
248
|
datasetId?: string | undefined;
|
|
249
249
|
skillsetId?: string | undefined;
|
|
250
|
-
moderation?: boolean | undefined;
|
|
251
250
|
privacy?: boolean | undefined;
|
|
251
|
+
moderation?: boolean | undefined;
|
|
252
252
|
};
|
|
253
253
|
slug?: string | undefined;
|
|
254
254
|
id?: string | undefined;
|
|
@@ -378,15 +378,15 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
378
378
|
backstory?: string | undefined;
|
|
379
379
|
datasetId?: string | undefined;
|
|
380
380
|
skillsetId?: string | undefined;
|
|
381
|
-
moderation?: boolean | undefined;
|
|
382
381
|
privacy?: boolean | undefined;
|
|
382
|
+
moderation?: boolean | undefined;
|
|
383
383
|
}, {
|
|
384
384
|
model?: string | undefined;
|
|
385
385
|
backstory?: string | undefined;
|
|
386
386
|
datasetId?: string | undefined;
|
|
387
387
|
skillsetId?: string | undefined;
|
|
388
|
-
moderation?: boolean | undefined;
|
|
389
388
|
privacy?: boolean | undefined;
|
|
389
|
+
moderation?: boolean | undefined;
|
|
390
390
|
}>;
|
|
391
391
|
}, "strip", z.ZodTypeAny, {
|
|
392
392
|
type: "bot";
|
|
@@ -396,8 +396,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
396
396
|
backstory?: string | undefined;
|
|
397
397
|
datasetId?: string | undefined;
|
|
398
398
|
skillsetId?: string | undefined;
|
|
399
|
-
moderation?: boolean | undefined;
|
|
400
399
|
privacy?: boolean | undefined;
|
|
400
|
+
moderation?: boolean | undefined;
|
|
401
401
|
};
|
|
402
402
|
slug?: string | undefined;
|
|
403
403
|
id?: string | undefined;
|
|
@@ -410,8 +410,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
410
410
|
backstory?: string | undefined;
|
|
411
411
|
datasetId?: string | undefined;
|
|
412
412
|
skillsetId?: string | undefined;
|
|
413
|
-
moderation?: boolean | undefined;
|
|
414
413
|
privacy?: boolean | undefined;
|
|
414
|
+
moderation?: boolean | undefined;
|
|
415
415
|
};
|
|
416
416
|
slug?: string | undefined;
|
|
417
417
|
id?: string | undefined;
|
|
@@ -530,8 +530,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
530
530
|
backstory?: string | undefined;
|
|
531
531
|
datasetId?: string | undefined;
|
|
532
532
|
skillsetId?: string | undefined;
|
|
533
|
-
moderation?: boolean | undefined;
|
|
534
533
|
privacy?: boolean | undefined;
|
|
534
|
+
moderation?: boolean | undefined;
|
|
535
535
|
};
|
|
536
536
|
slug?: string | undefined;
|
|
537
537
|
id?: string | undefined;
|
|
@@ -578,8 +578,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
578
578
|
backstory?: string | undefined;
|
|
579
579
|
datasetId?: string | undefined;
|
|
580
580
|
skillsetId?: string | undefined;
|
|
581
|
-
moderation?: boolean | undefined;
|
|
582
581
|
privacy?: boolean | undefined;
|
|
582
|
+
moderation?: boolean | undefined;
|
|
583
583
|
};
|
|
584
584
|
slug?: string | undefined;
|
|
585
585
|
id?: string | undefined;
|
|
@@ -627,8 +627,8 @@ export class Resource {
|
|
|
627
627
|
backstory?: string | undefined;
|
|
628
628
|
datasetId?: string | undefined;
|
|
629
629
|
skillsetId?: string | undefined;
|
|
630
|
-
moderation?: boolean | undefined;
|
|
631
630
|
privacy?: boolean | undefined;
|
|
631
|
+
moderation?: boolean | undefined;
|
|
632
632
|
};
|
|
633
633
|
slug?: string | undefined;
|
|
634
634
|
id?: string | undefined;
|
|
@@ -708,8 +708,8 @@ export class Solution {
|
|
|
708
708
|
backstory?: string | undefined;
|
|
709
709
|
datasetId?: string | undefined;
|
|
710
710
|
skillsetId?: string | undefined;
|
|
711
|
-
moderation?: boolean | undefined;
|
|
712
711
|
privacy?: boolean | undefined;
|
|
712
|
+
moderation?: boolean | undefined;
|
|
713
713
|
};
|
|
714
714
|
slug?: string | undefined;
|
|
715
715
|
id?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chatbotkit/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.0",
|
|
4
4
|
"description": "ChatBotKit command line tools",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"engines": {
|
|
@@ -544,8 +544,8 @@
|
|
|
544
544
|
"js-yaml": "^4.1.0",
|
|
545
545
|
"tslib": "^2.6.2",
|
|
546
546
|
"zod": "^3.25.76",
|
|
547
|
-
"@chatbotkit/agent": "1.
|
|
548
|
-
"@chatbotkit/sdk": "1.
|
|
547
|
+
"@chatbotkit/agent": "1.23.0",
|
|
548
|
+
"@chatbotkit/sdk": "1.23.0"
|
|
549
549
|
},
|
|
550
550
|
"devDependencies": {
|
|
551
551
|
"@types/js-yaml": "^4.0.9",
|