@xuda.io/ai_module 1.1.5129 → 1.1.5130

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 -2
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2961,7 +2961,6 @@ export const update_thumbnail = async function (type, doc, app_id, uid, job_id,
2961
2961
 
2962
2962
  switch (type) {
2963
2963
  case 'ai_agent': {
2964
- debugger;
2965
2964
  const images_arr = await create_ai_agent_image({ app_id, uid, ai_agent_id: doc._id, tags }, job_id, headers);
2966
2965
  db_doc = await get_db_doc();
2967
2966
  db_doc.studio_meta.thumbnail_request_ts = Date.now();
@@ -4785,7 +4784,7 @@ setTimeout(async () => {
4785
4784
 
4786
4785
  // await init_studio_units();
4787
4786
  let ret;
4788
- // ret = await get_chat_suggestions(uid, [], 'coi_7b65b783af38b91c8ec4c499d3694bab');
4787
+ ret = await get_chat_suggestions(uid, [], 'coi_7b65b783af38b91c8ec4c499d3694bab');
4789
4788
  // ret = await get_active_account_profile_info(uid);
4790
4789
  // ret = await is_spam_email(uid, 'dsgr8-2994400420@gigs.craigslist.org', 'To: You, From: Us - 70% Off Stickers & Labels Today Only');
4791
4790
  // ret = await is_spam_email(uid, 'noreply@tm.openai.com', 'Please update your Plus payment method', account_profile_info);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.5129",
3
+ "version": "1.1.5130",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",