@burtson-labs/bandit-engine 2.0.77 → 2.0.78
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-ZIHCX6ES.mjs → chat-C2C5VSLI.mjs} +4 -4
- package/dist/{chunk-62PZTN7J.mjs → chunk-2IK2YJGB.mjs} +4 -4
- package/dist/chunk-2IK2YJGB.mjs.map +1 -0
- package/dist/{chunk-6DY7W4NK.mjs → chunk-57L7TXB6.mjs} +3 -3
- package/dist/{chunk-6DY7W4NK.mjs.map → chunk-57L7TXB6.mjs.map} +1 -1
- package/dist/{chunk-JURUEF52.mjs → chunk-5DSDARPR.mjs} +2 -2
- package/dist/{chunk-V6HSZK5B.mjs → chunk-UDSKWLDG.mjs} +11 -5
- package/dist/chunk-UDSKWLDG.mjs.map +1 -0
- package/dist/{chunk-U633CJBV.mjs → chunk-YYYEMVBV.mjs} +2 -2
- package/dist/index.d.mts +13 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.js +89 -36
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +79 -33
- package/dist/index.mjs.map +1 -1
- package/dist/management/management.js +9 -3
- 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/chunk-62PZTN7J.mjs.map +0 -1
- package/dist/chunk-V6HSZK5B.mjs.map +0 -1
- /package/dist/{chat-ZIHCX6ES.mjs.map → chat-C2C5VSLI.mjs.map} +0 -0
- /package/dist/{chunk-JURUEF52.mjs.map → chunk-5DSDARPR.mjs.map} +0 -0
- /package/dist/{chunk-U633CJBV.mjs.map → chunk-YYYEMVBV.mjs.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
chat_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-2IK2YJGB.mjs";
|
|
4
4
|
import "./chunk-ONQMRE2G.mjs";
|
|
5
|
-
import "./chunk-
|
|
5
|
+
import "./chunk-YYYEMVBV.mjs";
|
|
6
6
|
import "./chunk-3LT77723.mjs";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-57L7TXB6.mjs";
|
|
8
8
|
import "./chunk-4D7245ZO.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-C2C5VSLI.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-YYYEMVBV.mjs";
|
|
7
7
|
import {
|
|
8
8
|
useMCPToolsStore
|
|
9
9
|
} from "./chunk-3LT77723.mjs";
|
|
@@ -43,7 +43,7 @@ import {
|
|
|
43
43
|
useNotificationService,
|
|
44
44
|
useTTS,
|
|
45
45
|
useVoiceStore
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-57L7TXB6.mjs";
|
|
47
47
|
import {
|
|
48
48
|
authenticationService,
|
|
49
49
|
brandingService_default,
|
|
@@ -933,7 +933,7 @@ ${sanitize(
|
|
|
933
933
|
};
|
|
934
934
|
const memory = localStorage.getItem("bandit-memory");
|
|
935
935
|
const hasAttachmentAction = !isPlaygroundMode2 && fileInputs.length < 3 && isDocumentUploadEnabled;
|
|
936
|
-
const hasMemoryAction =
|
|
936
|
+
const hasMemoryAction = false;
|
|
937
937
|
const hasFeedbackAction = isFeedbackEnabled && isMobile;
|
|
938
938
|
const hasSttAction = isSTTAvailable && !isVoiceModeEnabled;
|
|
939
939
|
const hasSecondaryActions = isMobile && (hasAttachmentAction || hasMemoryAction || hasFeedbackAction || hasSttAction);
|
|
@@ -10118,4 +10118,4 @@ var chat_default = Chat;
|
|
|
10118
10118
|
export {
|
|
10119
10119
|
chat_default
|
|
10120
10120
|
};
|
|
10121
|
-
//# sourceMappingURL=chunk-
|
|
10121
|
+
//# sourceMappingURL=chunk-2IK2YJGB.mjs.map
|