@iblai/web-utils 1.11.9 → 1.11.10
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.esm.js +7 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/web-utils/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1119,6 +1119,13 @@ const MENTOR_AI_CONFIG = {
|
|
|
1119
1119
|
description: "Allow users to report inappropriate content.",
|
|
1120
1120
|
type: "boolean",
|
|
1121
1121
|
},
|
|
1122
|
+
{
|
|
1123
|
+
slug: "enable_chat_history_export",
|
|
1124
|
+
label: "Chat History Export",
|
|
1125
|
+
defaultValue: true,
|
|
1126
|
+
description: "Allow users to export their chat history. When off, the export option is hidden from users.",
|
|
1127
|
+
type: "boolean",
|
|
1128
|
+
},
|
|
1122
1129
|
{
|
|
1123
1130
|
slug: "help_center_url",
|
|
1124
1131
|
label: "Help Center URL",
|