@xuda.io/ai_module 1.1.4820 → 1.1.4821

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 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2498,6 +2498,7 @@ const upload_agent_files = async function (uid, agent_doc) {
2498
2498
  file_id: tool.file.file_id,
2499
2499
  });
2500
2500
  tool.file.vector_store_id = ret.vector_store_id;
2501
+ report_ai_status('vectorStores');
2501
2502
  } catch (error) {
2502
2503
  report_ai_status('vectorStores', error);
2503
2504
  throw error;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4820",
3
+ "version": "1.1.4821",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",