@xuda.io/ai_module 1.1.5102 → 1.1.5103
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 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -10887,6 +10887,7 @@ export const get_chat_suggestions = async function (uid, conversation_item_id, a
|
|
|
10887
10887
|
ai_agent_doc = await db_module.get_app_couch_doc_native(account_profile_info.app_id, ai_agent_doc.studio_meta.share_item_id);
|
|
10888
10888
|
ai_agent_doc.reference_doc = reference_doc;
|
|
10889
10889
|
}
|
|
10890
|
+
list.push(ai_agent_doc);
|
|
10890
10891
|
} catch (err) {
|
|
10891
10892
|
throw new Error(err.message);
|
|
10892
10893
|
}
|
|
@@ -10894,8 +10895,6 @@ export const get_chat_suggestions = async function (uid, conversation_item_id, a
|
|
|
10894
10895
|
console.error(err.message);
|
|
10895
10896
|
}
|
|
10896
10897
|
}
|
|
10897
|
-
//tell me more on xuda
|
|
10898
|
-
// debugger;
|
|
10899
10898
|
|
|
10900
10899
|
return list;
|
|
10901
10900
|
};
|