@burtson-labs/bandit-engine 2.0.96 → 2.0.98
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/{chunk-76IBI5SY.mjs → chunk-USTEWR7Z.mjs} +3 -6
- package/dist/chunk-USTEWR7Z.mjs.map +1 -0
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/management/management.js +2 -5
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-76IBI5SY.mjs.map +0 -1
|
@@ -919,7 +919,6 @@ var PersonalitiesTab = ({
|
|
|
919
919
|
color: "primary.main"
|
|
920
920
|
}
|
|
921
921
|
},
|
|
922
|
-
icon: /* @__PURE__ */ jsx2(Typography2, { sx: { fontSize: "1.2rem" }, children: "\u{1F4A1}" }),
|
|
923
922
|
children: /* @__PURE__ */ jsxs2(Box2, { sx: { display: "flex", flexDirection: "column", gap: 0.5 }, children: [
|
|
924
923
|
/* @__PURE__ */ jsx2(Typography2, { variant: "body2", sx: { fontWeight: 600, color: "primary.main", fontSize: { xs: "0.85rem", sm: "0.9rem" } }, children: "Choose a template to get started instantly" }),
|
|
925
924
|
/* @__PURE__ */ jsx2(Typography2, { variant: "body2", sx: { color: "text.secondary", fontSize: { xs: "0.85rem", sm: "0.9rem" }, lineHeight: 1.5 }, children: "Click any template to automatically fill the creation form with a proven personality setup. You can then customize it further to match your specific needs." })
|
|
@@ -1219,7 +1218,6 @@ var PersonalitiesTab = ({
|
|
|
1219
1218
|
{
|
|
1220
1219
|
severity: "info",
|
|
1221
1220
|
sx: { mt: { xs: 2.5, md: 4 }, borderRadius: 2, px: { xs: 1.5, sm: 2 }, py: { xs: 1.25, sm: 1.5 } },
|
|
1222
|
-
icon: /* @__PURE__ */ jsx2(Typography2, { children: "\u{1F4A1}" }),
|
|
1223
1221
|
children: [
|
|
1224
1222
|
/* @__PURE__ */ jsx2(Typography2, { variant: "body2", sx: { fontWeight: 600, fontSize: { xs: "0.85rem", sm: "0.9rem" } }, children: "Pro Tip:" }),
|
|
1225
1223
|
/* @__PURE__ */ jsx2(Typography2, { variant: "body2", sx: { fontSize: { xs: "0.85rem", sm: "0.9rem" }, lineHeight: 1.5 }, children: "Click any template to automatically switch to the Create/Edit tab with the form pre-filled. Mix and match ideas to create your perfect AI personality!" })
|
|
@@ -1263,7 +1261,6 @@ var PersonalitiesTab = ({
|
|
|
1263
1261
|
px: { xs: 1.5, sm: 2 },
|
|
1264
1262
|
py: { xs: 1.25, sm: 1.5 }
|
|
1265
1263
|
},
|
|
1266
|
-
icon: /* @__PURE__ */ jsx2(Typography2, { sx: { fontSize: "1.2rem" }, children: "\u{1F3AF}" }),
|
|
1267
1264
|
children: [
|
|
1268
1265
|
/* @__PURE__ */ jsx2(Typography2, { variant: "body2", sx: { fontWeight: 600, color: "primary.main", fontSize: { xs: "0.85rem", sm: "0.9rem" } }, children: "Creating a new personality" }),
|
|
1269
1266
|
/* @__PURE__ */ jsx2(Typography2, { variant: "body2", sx: { color: "text.secondary", fontSize: { xs: "0.85rem", sm: "0.9rem" }, lineHeight: 1.5 }, children: "Fill out the form below to create your custom AI assistant. Start with a template from the Templates tab, or build from scratch!" })
|
|
@@ -8915,13 +8912,13 @@ var ProviderTab = () => {
|
|
|
8915
8912
|
showMessage("Connection test failed. Please check your configuration.", "error");
|
|
8916
8913
|
}
|
|
8917
8914
|
};
|
|
8918
|
-
return /* @__PURE__ */ jsxs11(Box11, { sx: { p: { xs: 1.5, sm:
|
|
8915
|
+
return /* @__PURE__ */ jsxs11(Box11, { sx: { p: { xs: 1.5, sm: 2.5, md: 3 } }, children: [
|
|
8919
8916
|
/* @__PURE__ */ jsxs11(Box11, { sx: { mb: { xs: 2.5, md: 3 } }, children: [
|
|
8920
8917
|
/* @__PURE__ */ jsx11(
|
|
8921
8918
|
Typography10,
|
|
8922
8919
|
{
|
|
8923
8920
|
variant: "h5",
|
|
8924
|
-
sx: { fontWeight: 600, mb: 1, color: "primary.main", fontSize: { xs: "1.
|
|
8921
|
+
sx: { fontWeight: 600, mb: 1, color: "primary.main", fontSize: { xs: "1.3rem", md: "1.45rem" } },
|
|
8925
8922
|
children: "AI Provider Configuration"
|
|
8926
8923
|
}
|
|
8927
8924
|
),
|
|
@@ -11107,4 +11104,4 @@ export {
|
|
|
11107
11104
|
useGatewayMemory,
|
|
11108
11105
|
management_default
|
|
11109
11106
|
};
|
|
11110
|
-
//# sourceMappingURL=chunk-
|
|
11107
|
+
//# sourceMappingURL=chunk-USTEWR7Z.mjs.map
|