@xuda.io/ai_module 1.1.4923 → 1.1.4925
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
|
@@ -68,6 +68,7 @@ const drive_ms = await import(`${module_path}/drive_module/index_ms.mjs`);
|
|
|
68
68
|
const jobs_ms = await import(`${module_path}/jobs_module/index_ms.mjs`);
|
|
69
69
|
const team_ms = await import(`${module_path}/team_module/index_ms.mjs`);
|
|
70
70
|
const email_ms = await import(`${module_path}/email_module/index_ms.mjs`);
|
|
71
|
+
const ws_dashboard_ms = await import(`${module_path}/ws_dashboard_module/index_ms.mjs`);
|
|
71
72
|
|
|
72
73
|
var open_ai_status = {};
|
|
73
74
|
const report_ai_status = function (model, err) {
|
|
@@ -1966,7 +1967,7 @@ export const get_ai_agents = async function (req, job_id, headers) {
|
|
|
1966
1967
|
}
|
|
1967
1968
|
|
|
1968
1969
|
//////////////////////
|
|
1969
|
-
|
|
1970
|
+
debugger;
|
|
1970
1971
|
let docs = [];
|
|
1971
1972
|
for (let doc of user_agents.docs) {
|
|
1972
1973
|
let reference_doc;
|