@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.
- package/index.mjs +1 -0
- 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;
|