@smart-cloud/ai-kit-core 1.1.16 → 1.1.17

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/index.d.cts CHANGED
@@ -191,6 +191,7 @@ type AiChatbotLabels = Partial<{
191
191
  modalTitle: string;
192
192
  userLabel: string;
193
193
  assistantLabel: string;
194
+ assistantThinkingLabel: string;
194
195
  askMeLabel: string;
195
196
  sendLabel: string;
196
197
  cancelLabel: string;
package/dist/index.d.ts CHANGED
@@ -191,6 +191,7 @@ type AiChatbotLabels = Partial<{
191
191
  modalTitle: string;
192
192
  userLabel: string;
193
193
  assistantLabel: string;
194
+ assistantThinkingLabel: string;
194
195
  askMeLabel: string;
195
196
  sendLabel: string;
196
197
  cancelLabel: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-cloud/ai-kit-core",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "AI Kit Core Package",
5
5
  "author": "Smart Cloud Solutions Inc.",
6
6
  "license": "MIT",