@burtson-labs/bandit-engine 2.0.62 → 2.0.63
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-SN3UNX23.mjs → chat-ERXFEUR5.mjs} +4 -4
- package/dist/{chunk-O7JGT7HR.mjs → chunk-5NSOHUCR.mjs} +5 -5
- package/dist/{chunk-SRCCNBHF.mjs → chunk-E4Q7BHBQ.mjs} +2 -2
- package/dist/{chunk-5WQMMCZQ.mjs → chunk-NCMSNXB2.mjs} +91 -295
- package/dist/chunk-NCMSNXB2.mjs.map +1 -0
- package/dist/{chunk-Y4NDNAAR.mjs → chunk-SYBMWGMA.mjs} +5 -4
- package/dist/chunk-SYBMWGMA.mjs.map +1 -0
- package/dist/{chunk-PY7A3J5T.mjs → chunk-UQ4VQSWS.mjs} +2 -2
- package/dist/index.js +107 -312
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/management/management.js +182 -387
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +4 -4
- package/dist/modals/chat-modal/chat-modal.js +166 -368
- 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/chunk-5WQMMCZQ.mjs.map +0 -1
- package/dist/chunk-Y4NDNAAR.mjs.map +0 -1
- /package/dist/{chat-SN3UNX23.mjs.map → chat-ERXFEUR5.mjs.map} +0 -0
- /package/dist/{chunk-O7JGT7HR.mjs.map → chunk-5NSOHUCR.mjs.map} +0 -0
- /package/dist/{chunk-SRCCNBHF.mjs.map → chunk-E4Q7BHBQ.mjs.map} +0 -0
- /package/dist/{chunk-PY7A3J5T.mjs.map → chunk-UQ4VQSWS.mjs.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-ONQMRE2G.mjs";
|
|
4
4
|
import {
|
|
5
5
|
StreamingMarkdown_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-E4Q7BHBQ.mjs";
|
|
7
7
|
import {
|
|
8
8
|
useMCPToolsStore
|
|
9
9
|
} from "./chunk-6QTTNYF2.mjs";
|
|
@@ -11,6 +11,7 @@ import {
|
|
|
11
11
|
AddIcon,
|
|
12
12
|
ArrowDownwardIcon,
|
|
13
13
|
ArrowUpwardIcon,
|
|
14
|
+
AutoAwesomeIcon,
|
|
14
15
|
CheckIcon,
|
|
15
16
|
CloseIcon,
|
|
16
17
|
CloudDoneIcon,
|
|
@@ -42,7 +43,7 @@ import {
|
|
|
42
43
|
useNotificationService,
|
|
43
44
|
useTTS,
|
|
44
45
|
useVoiceStore
|
|
45
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-NCMSNXB2.mjs";
|
|
46
47
|
import {
|
|
47
48
|
authenticationService,
|
|
48
49
|
brandingService_default,
|
|
@@ -7567,7 +7568,7 @@ var ChatAppBar = ({
|
|
|
7567
7568
|
onClick: (e) => setEngineAnchorEl(e.currentTarget),
|
|
7568
7569
|
sx: pillButtonStyles,
|
|
7569
7570
|
"aria-label": `Change base model (engine). Currently ${engineDisplay}`,
|
|
7570
|
-
children: /* @__PURE__ */ jsx13(
|
|
7571
|
+
children: /* @__PURE__ */ jsx13(AutoAwesomeIcon, { fontSize: "small" })
|
|
7571
7572
|
}
|
|
7572
7573
|
) }),
|
|
7573
7574
|
/* @__PURE__ */ jsxs10(
|
|
@@ -9741,4 +9742,4 @@ var chat_default = Chat;
|
|
|
9741
9742
|
export {
|
|
9742
9743
|
chat_default
|
|
9743
9744
|
};
|
|
9744
|
-
//# sourceMappingURL=chunk-
|
|
9745
|
+
//# sourceMappingURL=chunk-SYBMWGMA.mjs.map
|