@burtson-labs/bandit-engine 2.0.83 → 2.0.84
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-QWAR3TWJ.mjs → chat-OY5CLOBW.mjs} +2 -2
- package/dist/{chunk-6VYZAHRT.mjs → chunk-3QYZOCIW.mjs} +2 -2
- package/dist/{chunk-PGLLBIRL.mjs → chunk-RVKERD5O.mjs} +16 -7
- package/dist/{chunk-PGLLBIRL.mjs.map → chunk-RVKERD5O.mjs.map} +1 -1
- package/dist/index.js +15 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/management/management.js +15 -6
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +1 -1
- package/package.json +1 -1
- /package/dist/{chat-QWAR3TWJ.mjs.map → chat-OY5CLOBW.mjs.map} +0 -0
- /package/dist/{chunk-6VYZAHRT.mjs.map → chunk-3QYZOCIW.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
chat_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RVKERD5O.mjs";
|
|
4
4
|
import {
|
|
5
5
|
chat_provider_default
|
|
6
6
|
} from "./chunk-OPN32F2X.mjs";
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
useGatewayHealth,
|
|
11
11
|
useGatewayMemory,
|
|
12
12
|
useGatewayModels
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-3QYZOCIW.mjs";
|
|
14
14
|
import "./chunk-YYYEMVBV.mjs";
|
|
15
15
|
import "./chunk-6ITUH375.mjs";
|
|
16
16
|
import "./chunk-3LT77723.mjs";
|
|
@@ -26578,8 +26578,8 @@ var init_conversation_drawer = __esm({
|
|
|
26578
26578
|
flex: 1,
|
|
26579
26579
|
display: "flex",
|
|
26580
26580
|
flexDirection: "column",
|
|
26581
|
-
alignItems:
|
|
26582
|
-
textAlign:
|
|
26581
|
+
alignItems: "flex-start",
|
|
26582
|
+
textAlign: "left",
|
|
26583
26583
|
gap: 0.25
|
|
26584
26584
|
},
|
|
26585
26585
|
children: [
|
|
@@ -26605,11 +26605,20 @@ var init_conversation_drawer = __esm({
|
|
|
26605
26605
|
}
|
|
26606
26606
|
),
|
|
26607
26607
|
user2 && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
26608
|
-
|
|
26608
|
+
import_material43.Box,
|
|
26609
26609
|
{
|
|
26610
|
-
|
|
26611
|
-
|
|
26612
|
-
|
|
26610
|
+
sx: {
|
|
26611
|
+
flexShrink: 0,
|
|
26612
|
+
display: "flex",
|
|
26613
|
+
alignItems: "center",
|
|
26614
|
+
justifyContent: "center",
|
|
26615
|
+
width: 30,
|
|
26616
|
+
height: 30,
|
|
26617
|
+
borderRadius: "50%",
|
|
26618
|
+
border: `1px solid ${(0, import_material43.alpha)(theme.palette.divider, 0.8)}`,
|
|
26619
|
+
color: theme.palette.text.secondary
|
|
26620
|
+
},
|
|
26621
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_lucide_react10.Settings, { size: 16 })
|
|
26613
26622
|
}
|
|
26614
26623
|
)
|
|
26615
26624
|
]
|