@ibiz-template/runtime 0.7.9 → 0.7.10

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/index.esm.js CHANGED
@@ -37910,6 +37910,9 @@ var AsyncActionController = class {
37910
37910
  if (!msg.data || msg.subtype !== "ASYNCACTION") {
37911
37911
  return;
37912
37912
  }
37913
+ if (msg.data.actiontype && msg.data.actiontype === "ASYNCCHATCOMPLETION") {
37914
+ return;
37915
+ }
37913
37916
  const asyncAction = this.formatAsyncAction(
37914
37917
  msg.data
37915
37918
  );