@xuda.io/ai_module 1.1.4716 → 1.1.4717
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
|
@@ -6863,7 +6863,7 @@ export const is_business_contact_has_person = async function (uid, email, name,
|
|
|
6863
6863
|
response_format: z.object({
|
|
6864
6864
|
has_person: z.boolean().describe('true if the email has person, false otherwise'),
|
|
6865
6865
|
}),
|
|
6866
|
-
metadata: { func: '
|
|
6866
|
+
metadata: { func: 'is_business_contact_has_person' },
|
|
6867
6867
|
account_profile_info,
|
|
6868
6868
|
});
|
|
6869
6869
|
try {
|