@xuda.io/ai_module 1.1.4758 → 1.1.4759
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 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -3433,6 +3433,7 @@ export const update_thumbnail = async function (type, doc, app_id, uid, job_id,
|
|
|
3433
3433
|
|
|
3434
3434
|
switch (type) {
|
|
3435
3435
|
case 'ai_agent': {
|
|
3436
|
+
debugger;
|
|
3436
3437
|
const images_arr = await create_ai_agent_image({ app_id, uid, ai_agent_id: doc._id, tags }, job_id, headers);
|
|
3437
3438
|
db_doc = await get_db_doc();
|
|
3438
3439
|
db_doc.studio_meta.thumbnail_request_ts = Date.now();
|