@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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. 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: 'is_business_contact' },
6866
+ metadata: { func: 'is_business_contact_has_person' },
6867
6867
  account_profile_info,
6868
6868
  });
6869
6869
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4716",
3
+ "version": "1.1.4717",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",