@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.esm.js
CHANGED
|
@@ -1099,6 +1099,13 @@ const MENTOR_AI_CONFIG = {
|
|
|
1099
1099
|
description: "Allow users to report inappropriate content.",
|
|
1100
1100
|
type: "boolean",
|
|
1101
1101
|
},
|
|
1102
|
+
{
|
|
1103
|
+
slug: "enable_chat_history_export",
|
|
1104
|
+
label: "Chat History Export",
|
|
1105
|
+
defaultValue: true,
|
|
1106
|
+
description: "Allow users to export their chat history. When off, the export option is hidden from users.",
|
|
1107
|
+
type: "boolean",
|
|
1108
|
+
},
|
|
1102
1109
|
{
|
|
1103
1110
|
slug: "help_center_url",
|
|
1104
1111
|
label: "Help Center URL",
|