@iblai/web-utils 1.11.3 → 1.11.4
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 +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -947,9 +947,9 @@ const BASE_CONFIG = {
|
|
|
947
947
|
},
|
|
948
948
|
{
|
|
949
949
|
slug: "overall_default_mentor",
|
|
950
|
-
label: "Default
|
|
950
|
+
label: "Default Agent",
|
|
951
951
|
defaultValue: "",
|
|
952
|
-
description: "Default
|
|
952
|
+
description: "Default agent to open on the platform",
|
|
953
953
|
type: "string",
|
|
954
954
|
},
|
|
955
955
|
/* {
|
|
@@ -1087,9 +1087,9 @@ const MENTOR_AI_CONFIG = {
|
|
|
1087
1087
|
},
|
|
1088
1088
|
{
|
|
1089
1089
|
slug: "mentor_include_community_mentors",
|
|
1090
|
-
label: "Community
|
|
1090
|
+
label: "Community Agents",
|
|
1091
1091
|
defaultValue: true,
|
|
1092
|
-
description: "Allow users to access the
|
|
1092
|
+
description: "Allow users to access the agents from the community.",
|
|
1093
1093
|
type: "boolean",
|
|
1094
1094
|
},
|
|
1095
1095
|
{
|