@smart-cloud/ai-kit-core 1.4.10 → 1.4.11

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -164,6 +164,7 @@ export type AiChatbotProps = AiWorkerProps & {
164
164
  placeholder?: string;
165
165
  maxImages?: number;
166
166
  maxImageBytes?: number;
167
+ maxTokens?: number;
167
168
  previewMode?: boolean;
168
169
  /**
169
170
  * Chat history persistence:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-cloud/ai-kit-core",
3
- "version": "1.4.10",
3
+ "version": "1.4.11",
4
4
  "description": "AI Kit Core Package",
5
5
  "author": "Smart Cloud Solutions Inc.",
6
6
  "license": "MIT",