@burtson-labs/bandit-engine 2.0.62 → 2.0.64
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-IGKTUDME.mjs} +4 -4
- package/dist/{chunk-O7JGT7HR.mjs → chunk-DCZLPUMY.mjs} +5 -5
- package/dist/{chunk-SRCCNBHF.mjs → chunk-DPMJELHK.mjs} +2 -2
- package/dist/{chunk-Y4NDNAAR.mjs → chunk-DR4X32D3.mjs} +5 -4
- package/dist/chunk-DR4X32D3.mjs.map +1 -0
- package/dist/{chunk-5WQMMCZQ.mjs → chunk-FXFTA5PZ.mjs} +92 -295
- package/dist/chunk-FXFTA5PZ.mjs.map +1 -0
- package/dist/{chunk-PY7A3J5T.mjs → chunk-HKQSZALO.mjs} +2 -2
- package/dist/index.js +108 -312
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/management/management.js +183 -387
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +4 -4
- package/dist/modals/chat-modal/chat-modal.js +167 -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-IGKTUDME.mjs.map} +0 -0
- /package/dist/{chunk-O7JGT7HR.mjs.map → chunk-DCZLPUMY.mjs.map} +0 -0
- /package/dist/{chunk-SRCCNBHF.mjs.map → chunk-DPMJELHK.mjs.map} +0 -0
- /package/dist/{chunk-PY7A3J5T.mjs.map → chunk-HKQSZALO.mjs.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
chat_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-DR4X32D3.mjs";
|
|
4
4
|
import "./chunk-ONQMRE2G.mjs";
|
|
5
|
-
import "./chunk-
|
|
5
|
+
import "./chunk-DPMJELHK.mjs";
|
|
6
6
|
import "./chunk-6QTTNYF2.mjs";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-FXFTA5PZ.mjs";
|
|
8
8
|
import "./chunk-EUBVBTB3.mjs";
|
|
9
9
|
import "./chunk-IPMTNREZ.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-IGKTUDME.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StreamingMarkdown_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-DPMJELHK.mjs";
|
|
4
4
|
import {
|
|
5
5
|
aiProviderInitService
|
|
6
6
|
} from "./chunk-VTC6AIWY.mjs";
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-6QTTNYF2.mjs";
|
|
10
10
|
import {
|
|
11
11
|
chat_modal_default
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-HKQSZALO.mjs";
|
|
13
13
|
import {
|
|
14
14
|
AddIcon,
|
|
15
15
|
ArchiveIcon,
|
|
@@ -80,7 +80,7 @@ import {
|
|
|
80
80
|
predefinedThemes,
|
|
81
81
|
useNotificationService,
|
|
82
82
|
useVoiceStore
|
|
83
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-FXFTA5PZ.mjs";
|
|
84
84
|
import {
|
|
85
85
|
authenticationService,
|
|
86
86
|
brandingService_default,
|
|
@@ -9459,7 +9459,7 @@ var MCPToolsTabV2_default = MCPToolsTabV2;
|
|
|
9459
9459
|
|
|
9460
9460
|
// src/management/management.tsx
|
|
9461
9461
|
import { jsx as jsx13, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
9462
|
-
var preloadChatPage = () => import("./chat-
|
|
9462
|
+
var preloadChatPage = () => import("./chat-IGKTUDME.mjs");
|
|
9463
9463
|
var buildCapabilitiesUrl = (gatewayApiUrl) => {
|
|
9464
9464
|
const trimmed = gatewayApiUrl.replace(/\/$/, "");
|
|
9465
9465
|
if (trimmed.endsWith("/api")) {
|
|
@@ -10804,4 +10804,4 @@ export {
|
|
|
10804
10804
|
useGatewayMemory,
|
|
10805
10805
|
management_default
|
|
10806
10806
|
};
|
|
10807
|
-
//# sourceMappingURL=chunk-
|
|
10807
|
+
//# sourceMappingURL=chunk-DCZLPUMY.mjs.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
getHighlightTree,
|
|
5
5
|
markdownSanitizeSchema,
|
|
6
6
|
renderLowlightChildren
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-FXFTA5PZ.mjs";
|
|
8
8
|
|
|
9
9
|
// src/components/StreamingMarkdown.tsx
|
|
10
10
|
import React, { useEffect, useMemo, useRef, useState } from "react";
|
|
@@ -483,4 +483,4 @@ var StreamingMarkdown_default = StreamingMarkdown;
|
|
|
483
483
|
export {
|
|
484
484
|
StreamingMarkdown_default
|
|
485
485
|
};
|
|
486
|
-
//# sourceMappingURL=chunk-
|
|
486
|
+
//# sourceMappingURL=chunk-DPMJELHK.mjs.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-ONQMRE2G.mjs";
|
|
4
4
|
import {
|
|
5
5
|
StreamingMarkdown_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-DPMJELHK.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-FXFTA5PZ.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-DR4X32D3.mjs.map
|