@inkeep/cxkit-types 0.5.92 → 0.5.94
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.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -539,6 +539,11 @@ export declare interface InkeepAIChatSettings extends ToolConfig {
|
|
|
539
539
|
* @default false
|
|
540
540
|
*/
|
|
541
541
|
isViewOnly?: boolean;
|
|
542
|
+
/**
|
|
543
|
+
* Whether to make conversations public by default.
|
|
544
|
+
* @default undefined (private)
|
|
545
|
+
*/
|
|
546
|
+
conversationVisibility?: 'public' | 'private';
|
|
542
547
|
/**
|
|
543
548
|
* Configuration for the chat's disclaimer message.
|
|
544
549
|
* Use this to display important notices about AI limitations or data usage.
|