@syntrologie/adapt-chatbot 2.8.0-canary.264 → 2.8.0-canary.266
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/ChatAssistantLit.js
CHANGED
|
@@ -6659,7 +6659,7 @@ function varint32read() {
|
|
|
6659
6659
|
var protoInt64 = /* @__PURE__ */ makeInt64Support();
|
|
6660
6660
|
function makeInt64Support() {
|
|
6661
6661
|
const dv = new DataView(new ArrayBuffer(8));
|
|
6662
|
-
const ok = typeof BigInt === "function" && typeof dv.getBigInt64 === "function" && typeof dv.getBigUint64 === "function" && typeof dv.setBigInt64 === "function" && typeof dv.setBigUint64 === "function" && (!!globalThis.Deno || typeof process != "object" || typeof process.env != "object" ||
|
|
6662
|
+
const ok = typeof BigInt === "function" && typeof dv.getBigInt64 === "function" && typeof dv.getBigUint64 === "function" && typeof dv.setBigInt64 === "function" && typeof dv.setBigUint64 === "function" && (!!globalThis.Deno || typeof process != "object" || typeof process.env != "object" || true);
|
|
6663
6663
|
if (ok) {
|
|
6664
6664
|
const MIN = BigInt("-9223372036854775808");
|
|
6665
6665
|
const MAX = BigInt("9223372036854775807");
|
|
@@ -9350,7 +9350,7 @@ function A2(e) {
|
|
|
9350
9350
|
return e;
|
|
9351
9351
|
}
|
|
9352
9352
|
async function j2(e, t, n, r) {
|
|
9353
|
-
let i =
|
|
9353
|
+
let i = false, a = false, o = O2(t), s = O2(n), c = o, l = s, u3;
|
|
9354
9354
|
for (let t2 of e) try {
|
|
9355
9355
|
a && (A2(c), A2(l));
|
|
9356
9356
|
let e2 = await r(t2, c, l);
|
|
@@ -10096,7 +10096,7 @@ var be = class extends K2 {
|
|
|
10096
10096
|
super(...e), this.currentReasoningId = null, this.currentMessageId = null;
|
|
10097
10097
|
}
|
|
10098
10098
|
warnAboutTransformation(e, t) {
|
|
10099
|
-
|
|
10099
|
+
console.warn(`AG-UI is converting ${e} to ${t}. To remove this warning, upgrade your AG-UI integration package (e.g. @ag-ui/langgraph). To surpress it, set SUPPRESS_TRANSFORMATION_WARNINGS=true in your .env file.`);
|
|
10100
10100
|
}
|
|
10101
10101
|
run(e, t) {
|
|
10102
10102
|
return this.currentReasoningId = null, this.currentMessageId = null, this.runNext(e, t).pipe(map((e2) => this.transformEvent(e2)));
|
|
@@ -11191,4 +11191,4 @@ fast-json-patch/module/duplex.mjs:
|
|
|
11191
11191
|
* MIT license
|
|
11192
11192
|
*)
|
|
11193
11193
|
*/
|
|
11194
|
-
//# sourceMappingURL=chunk-
|
|
11194
|
+
//# sourceMappingURL=chunk-IOJOPG5W.js.map
|