@syntrologie/adapt-chatbot 2.8.0-canary.416 → 2.8.0-canary.417
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
|
@@ -7723,6 +7723,9 @@ var AgUiTransport = class {
|
|
|
7723
7723
|
},
|
|
7724
7724
|
onCustomEvent: (params) => {
|
|
7725
7725
|
const { event } = params;
|
|
7726
|
+
if (typeof event.name === "string" && event.name.startsWith("syntro.recovery.")) {
|
|
7727
|
+
return;
|
|
7728
|
+
}
|
|
7726
7729
|
this._runProducedOutput = true;
|
|
7727
7730
|
const payload = event.value;
|
|
7728
7731
|
this._onA2UIEvent?.(payload);
|
|
@@ -8952,4 +8955,4 @@ fast-json-patch/module/duplex.mjs:
|
|
|
8952
8955
|
* MIT license
|
|
8953
8956
|
*)
|
|
8954
8957
|
*/
|
|
8955
|
-
//# sourceMappingURL=chunk-
|
|
8958
|
+
//# sourceMappingURL=chunk-CWRCHWWJ.js.map
|