@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.
- package/index.mjs +1 -1
- 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
|
}
|