@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,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
chat_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-FIZVBEAY.mjs";
|
|
4
4
|
import "./chunk-ONQMRE2G.mjs";
|
|
5
|
-
import "./chunk-
|
|
5
|
+
import "./chunk-7SQLHCBV.mjs";
|
|
6
6
|
import "./chunk-WQLKBI3Y.mjs";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-C2L6ZSWR.mjs";
|
|
8
8
|
import "./chunk-ZLBREJKH.mjs";
|
|
9
9
|
import "./chunk-LWHSOEPR.mjs";
|
|
10
10
|
import "./chunk-H3BYFEIE.mjs";
|
|
@@ -13,4 +13,4 @@ import "./chunk-BJTO5JO5.mjs";
|
|
|
13
13
|
export {
|
|
14
14
|
chat_default as default
|
|
15
15
|
};
|
|
16
|
-
//# sourceMappingURL=chat-
|
|
16
|
+
//# sourceMappingURL=chat-QMGKUFBI.mjs.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
getHighlightTree,
|
|
5
5
|
markdownSanitizeSchema,
|
|
6
6
|
renderLowlightChildren
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-C2L6ZSWR.mjs";
|
|
8
8
|
|
|
9
9
|
// src/components/StreamingMarkdown.tsx
|
|
10
10
|
import React, { useEffect, useMemo, useRef, useState } from "react";
|
|
@@ -495,4 +495,4 @@ var StreamingMarkdown_default = React.memo(StreamingMarkdown, arePropsEqual);
|
|
|
495
495
|
export {
|
|
496
496
|
StreamingMarkdown_default
|
|
497
497
|
};
|
|
498
|
-
//# sourceMappingURL=chunk-
|
|
498
|
+
//# sourceMappingURL=chunk-7SQLHCBV.mjs.map
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
useNotificationService,
|
|
25
25
|
useTTS,
|
|
26
26
|
useVoiceStore
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-C2L6ZSWR.mjs";
|
|
28
28
|
import {
|
|
29
29
|
brandingService_default,
|
|
30
30
|
toTitleCase,
|
|
@@ -2803,4 +2803,4 @@ export {
|
|
|
2803
2803
|
MAX_WINDOWED_HEIGHT,
|
|
2804
2804
|
chat_modal_default
|
|
2805
2805
|
};
|
|
2806
|
-
//# sourceMappingURL=chunk-
|
|
2806
|
+
//# sourceMappingURL=chunk-AJSGL2XJ.mjs.map
|
|
@@ -8126,7 +8126,7 @@ var MemoryModal = ({ open, onClose }) => {
|
|
|
8126
8126
|
fontSize: "0.8rem",
|
|
8127
8127
|
fontWeight: 500,
|
|
8128
8128
|
zIndex: 1
|
|
8129
|
-
}, children: "
|
|
8129
|
+
}, children: "Cloud memory \xB7 synced to your account" })
|
|
8130
8130
|
] }),
|
|
8131
8131
|
/* @__PURE__ */ jsxs7(Box7, { sx: { flexShrink: 0 }, children: [
|
|
8132
8132
|
/* @__PURE__ */ jsx8(Box7, { sx: { px: isMobileView ? 1.5 : 2, py: isMobileView ? 1.25 : 1.5 }, children: /* @__PURE__ */ jsx8(
|
|
@@ -8134,7 +8134,7 @@ var MemoryModal = ({ open, onClose }) => {
|
|
|
8134
8134
|
{
|
|
8135
8135
|
variant: "body2",
|
|
8136
8136
|
sx: { color: theme.palette.text.secondary, fontSize: "0.85rem", textAlign: isMobileView ? "left" : "center" },
|
|
8137
|
-
children: shouldUseVectorForMemories ? "
|
|
8137
|
+
children: shouldUseVectorForMemories ? "Synced to your account for quick recall." : "Private and local. You decide what's remembered."
|
|
8138
8138
|
}
|
|
8139
8139
|
) }),
|
|
8140
8140
|
/* @__PURE__ */ jsxs7(
|
|
@@ -9006,4 +9006,4 @@ export {
|
|
|
9006
9006
|
FeedbackButton,
|
|
9007
9007
|
useNotificationService
|
|
9008
9008
|
};
|
|
9009
|
-
//# sourceMappingURL=chunk-
|
|
9009
|
+
//# sourceMappingURL=chunk-C2L6ZSWR.mjs.map
|