@xuda.io/ai_module 1.1.4818 → 1.1.4819

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 +2 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2523,8 +2523,9 @@ const upload_agent_files = async function (uid, agent_doc) {
2523
2523
  });
2524
2524
 
2525
2525
  tool.youtube.file_id = uploadedFile.id;
2526
+ report_ai_status('files');
2526
2527
  } catch (error) {
2527
- report_ai_status('vectorStores', error);
2528
+ report_ai_status('files', error);
2528
2529
  throw error;
2529
2530
  }
2530
2531
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4818",
3
+ "version": "1.1.4819",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",