@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
package/dist/index.js
CHANGED
|
@@ -35219,7 +35219,6 @@ var PersonalitiesTab = ({
|
|
|
35219
35219
|
color: "primary.main"
|
|
35220
35220
|
}
|
|
35221
35221
|
},
|
|
35222
|
-
icon: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { sx: { fontSize: "1.2rem" }, children: "\u{1F4A1}" }),
|
|
35223
35222
|
children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_material40.Box, { sx: { display: "flex", flexDirection: "column", gap: 0.5 }, children: [
|
|
35224
35223
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { fontWeight: 600, color: "primary.main", fontSize: { xs: "0.85rem", sm: "0.9rem" } }, children: "Choose a template to get started instantly" }),
|
|
35225
35224
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { 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." })
|
|
@@ -35519,7 +35518,6 @@ var PersonalitiesTab = ({
|
|
|
35519
35518
|
{
|
|
35520
35519
|
severity: "info",
|
|
35521
35520
|
sx: { mt: { xs: 2.5, md: 4 }, borderRadius: 2, px: { xs: 1.5, sm: 2 }, py: { xs: 1.25, sm: 1.5 } },
|
|
35522
|
-
icon: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { children: "\u{1F4A1}" }),
|
|
35523
35521
|
children: [
|
|
35524
35522
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { fontWeight: 600, fontSize: { xs: "0.85rem", sm: "0.9rem" } }, children: "Pro Tip:" }),
|
|
35525
35523
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { 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!" })
|
|
@@ -35563,7 +35561,6 @@ var PersonalitiesTab = ({
|
|
|
35563
35561
|
px: { xs: 1.5, sm: 2 },
|
|
35564
35562
|
py: { xs: 1.25, sm: 1.5 }
|
|
35565
35563
|
},
|
|
35566
|
-
icon: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { sx: { fontSize: "1.2rem" }, children: "\u{1F3AF}" }),
|
|
35567
35564
|
children: [
|
|
35568
35565
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { fontWeight: 600, color: "primary.main", fontSize: { xs: "0.85rem", sm: "0.9rem" } }, children: "Creating a new personality" }),
|
|
35569
35566
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { 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!" })
|
|
@@ -43115,13 +43112,13 @@ var ProviderTab = () => {
|
|
|
43115
43112
|
showMessage("Connection test failed. Please check your configuration.", "error");
|
|
43116
43113
|
}
|
|
43117
43114
|
};
|
|
43118
|
-
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_material49.Box, { sx: { p: { xs: 1.5, sm:
|
|
43115
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_material49.Box, { sx: { p: { xs: 1.5, sm: 2.5, md: 3 } }, children: [
|
|
43119
43116
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_material49.Box, { sx: { mb: { xs: 2.5, md: 3 } }, children: [
|
|
43120
43117
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
43121
43118
|
import_material49.Typography,
|
|
43122
43119
|
{
|
|
43123
43120
|
variant: "h5",
|
|
43124
|
-
sx: { fontWeight: 600, mb: 1, color: "primary.main", fontSize: { xs: "1.
|
|
43121
|
+
sx: { fontWeight: 600, mb: 1, color: "primary.main", fontSize: { xs: "1.3rem", md: "1.45rem" } },
|
|
43125
43122
|
children: "AI Provider Configuration"
|
|
43126
43123
|
}
|
|
43127
43124
|
),
|