@burtson-labs/bandit-engine 2.0.94 → 2.0.95

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.js CHANGED
@@ -35683,7 +35683,7 @@ var PersonalitiesTab = ({
35683
35683
  )) })
35684
35684
  ] }),
35685
35685
  /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_material40.Box, { sx: { mb: sectionGap }, children: [
35686
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body1", sx: { mb: 2, fontWeight: 600, color: "text.primary" }, children: "\u2728 Formatting Tips" }),
35686
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body1", sx: { mb: 2, fontWeight: 600, color: "text.primary" }, children: "Formatting Tips" }),
35687
35687
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { mb: 2, color: "text.secondary" }, children: "Click any tip to add professional formatting to your system prompt:" }),
35688
35688
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Box, { sx: { display: "flex", flexWrap: "wrap", gap: 1, mb: 2 }, children: [
35689
35689
  { label: "Be Specific", text: "Always be specific and detailed in your responses.", color: "#2196F3" },
@@ -35851,7 +35851,7 @@ var PersonalitiesTab = ({
35851
35851
  /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_material40.Box, { sx: { mb: 4 }, children: [
35852
35852
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body1", sx: { mb: 2, fontWeight: 600, color: "text.primary" }, children: "Select an Avatar" }),
35853
35853
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { mb: 2, color: "text.secondary" }, children: "Choose from our curated collection of avatars to give your AI personality a face:" }),
35854
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "caption", sx: { mb: 1, color: "primary.main", fontWeight: 600, display: "block" }, children: "\u{1F916} Robotic Collection" }),
35854
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "caption", sx: { mb: 1, color: "primary.main", fontWeight: 600, display: "block" }, children: "Robotic Collection" }),
35855
35855
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Box, { sx: { display: "flex", gap: 2, mb: 3, flexWrap: "wrap" }, children: [
35856
35856
  { label: "Fembot", src: "https://cdn.burtson.ai/avatars/fembot.png" },
35857
35857
  { label: "Dudebot", src: "https://cdn.burtson.ai/avatars/dudebot.png" },
@@ -35928,7 +35928,7 @@ var PersonalitiesTab = ({
35928
35928
  overflow: "hidden"
35929
35929
  }, children: role })
35930
35930
  ] }, label)) }),
35931
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "caption", sx: { mb: 1, color: "warning.main", fontWeight: 600, display: "block" }, children: "\u{1F4F8} Custom Upload" }),
35931
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "caption", sx: { mb: 1, color: "warning.main", fontWeight: 600, display: "block" }, children: "Custom Upload" }),
35932
35932
  /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
35933
35933
  import_material40.Button,
35934
35934
  {
@@ -35950,7 +35950,7 @@ var PersonalitiesTab = ({
35950
35950
  width: { xs: "100%", sm: "auto" }
35951
35951
  },
35952
35952
  children: [
35953
- "\u{1F3AF} Upload & Crop Custom Avatar",
35953
+ "Upload & Crop Custom Avatar",
35954
35954
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
35955
35955
  "input",
35956
35956
  {
@@ -35980,7 +35980,7 @@ var PersonalitiesTab = ({
35980
35980
  }
35981
35981
  ),
35982
35982
  /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_material40.Box, { children: [
35983
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { fontWeight: 600, color: "success.main" }, children: "\u2705 Avatar Ready" }),
35983
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { fontWeight: 600, color: "success.main" }, children: "Avatar Ready" }),
35984
35984
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "caption", color: "text.secondary", children: customAvatarBase64 ? "Custom uploaded image" : "Professional avatar selected" })
35985
35985
  ] })
35986
35986
  ] }),
@@ -36064,7 +36064,7 @@ var PersonalitiesTab = ({
36064
36064
  variant: "h5",
36065
36065
  sx: { fontWeight: 600, color: "primary.main", fontSize: { xs: "1.45rem", md: "1.65rem" } },
36066
36066
  children: [
36067
- "\u{1F4CB} Manage Personalities (",
36067
+ "Manage Personalities (",
36068
36068
  availableModels.length,
36069
36069
  ")"
36070
36070
  ]
@@ -36119,7 +36119,7 @@ var PersonalitiesTab = ({
36119
36119
  }
36120
36120
  ),
36121
36121
  availableModels.length === 0 ? /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Card, { sx: { textAlign: "center", py: 8, border: "2px dashed", borderColor: "divider" }, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_material40.CardContent, { children: [
36122
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body1", sx: { fontWeight: 600, color: "text.primary" }, gutterBottom: true, children: "\u{1F916} No Personalities Yet" }),
36122
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body1", sx: { fontWeight: 600, color: "text.primary" }, gutterBottom: true, children: "No Personalities Yet" }),
36123
36123
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", color: "text.secondary", paragraph: true, children: "Get started by creating your first custom AI personality or choosing from our templates." }),
36124
36124
  /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_material40.Box, { sx: { display: "flex", gap: 2, justifyContent: "center", flexWrap: "wrap", mt: 3 }, children: [
36125
36125
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
@@ -36139,7 +36139,7 @@ var PersonalitiesTab = ({
36139
36139
  setPersonalityTabIndex(1);
36140
36140
  },
36141
36141
  sx: { px: { xs: 2.4, md: 3 }, py: { xs: 0.95, md: 1 }, width: { xs: "100%", sm: "auto" } },
36142
- children: "\u2728 Create From Scratch"
36142
+ children: "Create From Scratch"
36143
36143
  }
36144
36144
  ),
36145
36145
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
@@ -36149,7 +36149,7 @@ var PersonalitiesTab = ({
36149
36149
  color: "primary",
36150
36150
  onClick: () => setPersonalityTabIndex(0),
36151
36151
  sx: { px: { xs: 2.4, md: 3 }, py: { xs: 0.95, md: 1 }, width: { xs: "100%", sm: "auto" } },
36152
- children: "\u{1F3AD} Browse Templates"
36152
+ children: "Browse Templates"
36153
36153
  }
36154
36154
  )
36155
36155
  ] })