@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.
- package/index.mjs +2 -1
- 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('
|
|
2528
|
+
report_ai_status('files', error);
|
|
2528
2529
|
throw error;
|
|
2529
2530
|
}
|
|
2530
2531
|
|