@xuda.io/ai_module 1.1.5569 → 1.1.5570
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 +0 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2806,7 +2806,6 @@ export const create_ai_agent = async function (req, job_id, headers) {
|
|
|
2806
2806
|
};
|
|
2807
2807
|
|
|
2808
2808
|
export const update_ai_agent_properties = async function (doc, app_id, uid, fields_changed = {}) {
|
|
2809
|
-
debugger;
|
|
2810
2809
|
const db_doc = await db_module.get_app_couch_doc_native(app_id, doc._id);
|
|
2811
2810
|
// const { account_profile_info } = doc.studio_meta;
|
|
2812
2811
|
const account_profile_info = await get_active_account_profile_info(uid);
|