@xuda.io/ai_module 1.1.4740 → 1.1.4741

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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -6841,7 +6841,7 @@ export const is_spam_email = async function (uid, email, subject, account_profil
6841
6841
 
6842
6842
  export const is_business_contact = async function (uid, email, name, subject, body, account_profile_info) {
6843
6843
  let prompt = `detect if the email "${email}", subject "${subject}", name "${name}", or body "${body}" is business or personal. Return true if it is a business , false otherwise.`;
6844
-
6844
+ debugger;
6845
6845
  if (!subject) {
6846
6846
  prompt = `detect if the email "${email}" and name "${name}" is business or personal. Return true if it is a business , false otherwise.`;
6847
6847
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4740",
3
+ "version": "1.1.4741",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",