@carbon/ai-chat 1.1.0 → 1.2.0-rc.1
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/README.md +4 -0
- package/dist/es/aiChatEntry.js.map +1 -1
- package/dist/es/chat.ChatAppEntry.js +226 -168
- package/dist/es/chat.ChatAppEntry.js.map +1 -1
- package/dist/es/chat.PageObjectId.js +4 -1
- package/dist/es/chat.PageObjectId.js.map +1 -1
- package/dist/es-custom/aiChatEntry.js.map +1 -1
- package/dist/es-custom/chat.ChatAppEntry.js +226 -168
- package/dist/es-custom/chat.ChatAppEntry.js.map +1 -1
- package/dist/es-custom/chat.PageObjectId.js +4 -1
- package/dist/es-custom/chat.PageObjectId.js.map +1 -1
- package/dist/types/aiChatEntry.d.ts +2 -2
- package/dist/types/{serverEntry-CNIXj7Z3.d.ts → serverEntry-C7dK61Jb.d.ts} +9 -51
- package/dist/types/serverEntry.d.ts +1 -1
- package/package.json +3 -3
|
@@ -58,6 +58,7 @@ var BusEventType;
|
|
|
58
58
|
BusEventType["FEEDBACK"] = "feedback";
|
|
59
59
|
BusEventType["STOP_STREAMING"] = "stopStreaming";
|
|
60
60
|
BusEventType["STATE_CHANGE"] = "state:change";
|
|
61
|
+
BusEventType["DISCLAIMER_ACCEPTED"] = "disclaimerAccepted";
|
|
61
62
|
})(BusEventType || (BusEventType = {}));
|
|
62
63
|
|
|
63
64
|
var ViewChangeReason;
|
|
@@ -119,6 +120,8 @@ var CancellationReason;
|
|
|
119
120
|
CancellationReason["TIMEOUT"] = "Request timeout";
|
|
120
121
|
})(CancellationReason || (CancellationReason = {}));
|
|
121
122
|
|
|
123
|
+
var ai_slug_label = "AI explained";
|
|
124
|
+
|
|
122
125
|
var ai_slug_title = "Powered by IBM watsonx";
|
|
123
126
|
|
|
124
127
|
var ai_slug_description = "IBM watsonx is powered by the latest AI models to intelligently process conversations and provide help whenever and wherever you may need it.";
|
|
@@ -498,6 +501,7 @@ var chainOfThought_statusProcessingLabel = "Processing";
|
|
|
498
501
|
var chainOfThought_explainabilityLabel = "How did I get this answer?";
|
|
499
502
|
|
|
500
503
|
var enLanguagePackData = {
|
|
504
|
+
ai_slug_label: ai_slug_label,
|
|
501
505
|
ai_slug_title: ai_slug_title,
|
|
502
506
|
ai_slug_description: ai_slug_description,
|
|
503
507
|
components_overflow_ariaLabel: components_overflow_ariaLabel,
|
|
@@ -778,7 +782,6 @@ var MessageResponseTypes;
|
|
|
778
782
|
MessageResponseTypes["VIDEO"] = "video";
|
|
779
783
|
MessageResponseTypes["AUDIO"] = "audio";
|
|
780
784
|
MessageResponseTypes["DATE"] = "date";
|
|
781
|
-
MessageResponseTypes["TABLE"] = "table";
|
|
782
785
|
MessageResponseTypes["INLINE_ERROR"] = "inline_error";
|
|
783
786
|
MessageResponseTypes["CARD"] = "card";
|
|
784
787
|
MessageResponseTypes["CAROUSEL"] = "carousel";
|