@obb871001/api-integration-sdk 1.0.197 → 1.0.199
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.cjs +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -710,17 +710,17 @@ function rt({
|
|
|
710
710
|
th_TH: "ข้อความระบบ",
|
|
711
711
|
ja_JP: "システムプロンプト"
|
|
712
712
|
};
|
|
713
|
-
|
|
713
|
+
u?.dispatch({
|
|
714
714
|
type: "ui/showToast",
|
|
715
715
|
payload: {
|
|
716
716
|
title: r[n] || "System Prompt",
|
|
717
|
-
|
|
717
|
+
description: m,
|
|
718
718
|
status: "error",
|
|
719
719
|
duration: 3e3
|
|
720
720
|
}
|
|
721
721
|
});
|
|
722
722
|
}
|
|
723
|
-
return
|
|
723
|
+
return d ? d(t, { instance: a }) : Promise.reject(t);
|
|
724
724
|
}
|
|
725
725
|
), a;
|
|
726
726
|
}
|