@burtson-labs/bandit-engine 2.0.85 → 2.0.86
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/{chat-ASHS5XCL.mjs → chat-QMGKUFBI.mjs} +4 -4
- package/dist/{chunk-OHDMP7FI.mjs → chunk-7SQLHCBV.mjs} +2 -2
- package/dist/{chunk-XHPSNERM.mjs → chunk-AJSGL2XJ.mjs} +2 -2
- package/dist/{chunk-GNTQR7L6.mjs → chunk-C2L6ZSWR.mjs} +3 -3
- package/dist/{chunk-GNTQR7L6.mjs.map → chunk-C2L6ZSWR.mjs.map} +1 -1
- package/dist/{chunk-B2HUBOJ6.mjs → chunk-FIZVBEAY.mjs} +76 -18
- package/dist/{chunk-B2HUBOJ6.mjs.map → chunk-FIZVBEAY.mjs.map} +1 -1
- package/dist/{chunk-R64BOUIU.mjs → chunk-OICDRDQZ.mjs} +5 -5
- package/dist/index.js +76 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/management/management.js +76 -16
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +4 -4
- package/dist/modals/chat-modal/chat-modal.js +2 -2
- package/dist/modals/chat-modal/chat-modal.js.map +1 -1
- package/dist/modals/chat-modal/chat-modal.mjs +2 -2
- package/package.json +1 -1
- /package/dist/{chat-ASHS5XCL.mjs.map → chat-QMGKUFBI.mjs.map} +0 -0
- /package/dist/{chunk-OHDMP7FI.mjs.map → chunk-7SQLHCBV.mjs.map} +0 -0
- /package/dist/{chunk-XHPSNERM.mjs.map → chunk-AJSGL2XJ.mjs.map} +0 -0
- /package/dist/{chunk-R64BOUIU.mjs.map → chunk-OICDRDQZ.mjs.map} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
management_default
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-OICDRDQZ.mjs";
|
|
4
|
+
import "../chunk-7SQLHCBV.mjs";
|
|
5
5
|
import "../chunk-I4QUXTIM.mjs";
|
|
6
6
|
import "../chunk-WQLKBI3Y.mjs";
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-AJSGL2XJ.mjs";
|
|
8
|
+
import "../chunk-C2L6ZSWR.mjs";
|
|
9
9
|
import "../chunk-ZLBREJKH.mjs";
|
|
10
10
|
import "../chunk-LWHSOEPR.mjs";
|
|
11
11
|
import "../chunk-H3BYFEIE.mjs";
|
|
@@ -14048,7 +14048,7 @@ var MemoryModal = ({ open, onClose }) => {
|
|
|
14048
14048
|
fontSize: "0.8rem",
|
|
14049
14049
|
fontWeight: 500,
|
|
14050
14050
|
zIndex: 1
|
|
14051
|
-
}, children: "
|
|
14051
|
+
}, children: "Cloud memory \xB7 synced to your account" })
|
|
14052
14052
|
] }),
|
|
14053
14053
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(import_material9.Box, { sx: { flexShrink: 0 }, children: [
|
|
14054
14054
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_material9.Box, { sx: { px: isMobileView ? 1.5 : 2, py: isMobileView ? 1.25 : 1.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
@@ -14056,7 +14056,7 @@ var MemoryModal = ({ open, onClose }) => {
|
|
|
14056
14056
|
{
|
|
14057
14057
|
variant: "body2",
|
|
14058
14058
|
sx: { color: theme.palette.text.secondary, fontSize: "0.85rem", textAlign: isMobileView ? "left" : "center" },
|
|
14059
|
-
children: shouldUseVectorForMemories ? "
|
|
14059
|
+
children: shouldUseVectorForMemories ? "Synced to your account for quick recall." : "Private and local. You decide what's remembered."
|
|
14060
14060
|
}
|
|
14061
14061
|
) }),
|
|
14062
14062
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
|