@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.js
CHANGED
|
@@ -967,9 +967,9 @@ const BASE_CONFIG = {
|
|
|
967
967
|
},
|
|
968
968
|
{
|
|
969
969
|
slug: "overall_default_mentor",
|
|
970
|
-
label: "Default
|
|
970
|
+
label: "Default Agent",
|
|
971
971
|
defaultValue: "",
|
|
972
|
-
description: "Default
|
|
972
|
+
description: "Default agent to open on the platform",
|
|
973
973
|
type: "string",
|
|
974
974
|
},
|
|
975
975
|
/* {
|
|
@@ -1107,9 +1107,9 @@ const MENTOR_AI_CONFIG = {
|
|
|
1107
1107
|
},
|
|
1108
1108
|
{
|
|
1109
1109
|
slug: "mentor_include_community_mentors",
|
|
1110
|
-
label: "Community
|
|
1110
|
+
label: "Community Agents",
|
|
1111
1111
|
defaultValue: true,
|
|
1112
|
-
description: "Allow users to access the
|
|
1112
|
+
description: "Allow users to access the agents from the community.",
|
|
1113
1113
|
type: "boolean",
|
|
1114
1114
|
},
|
|
1115
1115
|
{
|