@versini/sassysaint 5.1.6 → 5.2.0
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/chunks/{App.68xrhTIC.js → App.DKRoa2tE.js} +5 -4
- package/dist/chunks/LazyHeader.QLLnRIqL.js +2756 -0
- package/dist/chunks/{LazyMarkdownWithExtra.o-qNkWIb.js → LazyMarkdownWithExtra.BtUUOsHs.js} +1 -1
- package/dist/chunks/{LazyMessageAssistant.CkSUdQWN.js → LazyMessageAssistant.3aYd1Tzp.js} +5 -5
- package/dist/chunks/{index.DaWYWXXP.js → index.BbfwgIO_.js} +100 -98
- package/dist/chunks/{index.B6C-bgBL.js → index.CGGeNJS3.js} +59 -87
- package/dist/chunks/{index.jf7dGfT1.C4ay3jrh.js → index.jf7dGfT1.B5RD15ln.js} +4 -4
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +4 -4
- package/dist/chunks/LazyHeader.DPlhG-1q.js +0 -2035
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as v, Fragment as H, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { AppContext as j, TagsContext as q, LOCAL_STORAGE_PREFIX as M, b as _e, j as G, R as B, TAG_CONTENT as O, TAGS as C, isLastMessageFromRole as de, CANCEL as Ne, CLEAR as we, ACTION_RESET as le, ACTION_TOGGLE_TAG as ce, ROLE_ASSISTANT as I, ROLE_INTERNAL as Z, ROLE_USER as Y, rn as J, ROLE_SYSTEM as Ee, ROLE_HIDDEN as Ce, DEFAULT_AI_ENGINE as z, STATS_SEPARATOR as te, ACTION_MODEL as ge, ACTION_MESSAGE as L, ACTION_RESET_TAGS as ue, TYPE_QUESTION as Ie, SEND as Re, ACTION_STREAMING as me, ERROR_MESSAGE as Se, getMessageContaintWrapperClass as Ae, MessagesContainerHeader as Be, ACTION_SEARCH as Me, ACTION_SORT as Oe, ACTION_RESTORE as Le, ACTION_ENGINE as he, HistoryContext as $e, d as Ue, AppFooter as Ve, LOCAL_STORAGE_SEARCH as ze, LOCAL_STORAGE_SORT as De } from "./index.
|
|
3
|
-
import { E as $, restCall as He, we as je, serviceCall as Pe, SERVICE_TYPES as Ge, f as Fe } from "./index.
|
|
2
|
+
import { AppContext as j, TagsContext as q, LOCAL_STORAGE_PREFIX as M, b as _e, j as G, R as B, TAG_CONTENT as O, TAGS as C, isLastMessageFromRole as de, CANCEL as Ne, CLEAR as we, ACTION_RESET as le, ACTION_TOGGLE_TAG as ce, ROLE_ASSISTANT as I, ROLE_INTERNAL as Z, ROLE_USER as Y, rn as J, ROLE_SYSTEM as Ee, ROLE_HIDDEN as Ce, DEFAULT_AI_ENGINE as z, STATS_SEPARATOR as te, ACTION_MODEL as ge, ACTION_MESSAGE as L, ACTION_RESET_TAGS as ue, TYPE_QUESTION as Ie, SEND as Re, ACTION_STREAMING as me, ERROR_MESSAGE as Se, getMessageContaintWrapperClass as Ae, MessagesContainerHeader as Be, ACTION_SEARCH as Me, ACTION_SORT as Oe, ACTION_RESTORE as Le, ACTION_ENGINE as he, HistoryContext as $e, d as Ue, AppFooter as Ve, LOCAL_STORAGE_SEARCH as ze, LOCAL_STORAGE_SORT as De } from "./index.BbfwgIO_.js";
|
|
3
|
+
import { E as $, restCall as He, we as je, serviceCall as Pe, SERVICE_TYPES as Ge, f as Fe } from "./index.CGGeNJS3.js";
|
|
4
4
|
import S, { useContext as U, useRef as R, useEffect as E, useState as P, lazy as We, Suspense as re, useReducer as F } from "react";
|
|
5
5
|
import s from "clsx";
|
|
6
6
|
var y = [];
|
|
@@ -1095,7 +1095,7 @@ try {
|
|
|
1095
1095
|
const ne = We(
|
|
1096
1096
|
() => import(
|
|
1097
1097
|
/* webpackChunkName: "LazyMessageAssistant" */
|
|
1098
|
-
"./LazyMessageAssistant.
|
|
1098
|
+
"./LazyMessageAssistant.3aYd1Tzp.js"
|
|
1099
1099
|
).then((e) => e.LazyMessageAssistant)
|
|
1100
1100
|
), Mt = () => {
|
|
1101
1101
|
const { state: e } = U(j);
|
|
@@ -1396,7 +1396,8 @@ function Te({ isComponent: e = !1 }) {
|
|
|
1396
1396
|
version: "",
|
|
1397
1397
|
models: [],
|
|
1398
1398
|
plugins: [],
|
|
1399
|
-
engine: z
|
|
1399
|
+
engine: z,
|
|
1400
|
+
engines: []
|
|
1400
1401
|
});
|
|
1401
1402
|
return E(() => {
|
|
1402
1403
|
c.version !== "" || t.current || (async () => {
|