@burtson-labs/bandit-engine 2.0.95 → 2.0.97

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.
@@ -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." })
@@ -1058,7 +1057,7 @@ var PersonalitiesTab = ({
1058
1057
  border: "1px solid",
1059
1058
  borderColor: "rgba(255,255,255,0.1)",
1060
1059
  borderRadius: 3,
1061
- minHeight: { xs: "200px", md: "280px" },
1060
+ minHeight: { xs: "auto", md: "188px" },
1062
1061
  display: "flex",
1063
1062
  flexDirection: "column",
1064
1063
  overflow: "hidden",
@@ -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!" })
@@ -1541,7 +1538,7 @@ var PersonalitiesTab = ({
1541
1538
  InputLabelProps: { shrink: true },
1542
1539
  InputProps: {
1543
1540
  style: {
1544
- minHeight: isMobile ? "180px" : "240px",
1541
+ minHeight: isMobile ? "auto" : "180px",
1545
1542
  maxHeight: "360px"
1546
1543
  }
1547
1544
  },
@@ -11107,4 +11104,4 @@ export {
11107
11104
  useGatewayMemory,
11108
11105
  management_default
11109
11106
  };
11110
- //# sourceMappingURL=chunk-AVKPFP2F.mjs.map
11107
+ //# sourceMappingURL=chunk-2YAYYEA7.mjs.map