@xuda.io/ai_module 1.1.4683 → 1.1.4685
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 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -3405,7 +3405,7 @@ export const update_ai_agent_properties = async function (doc, app_id, uid, fiel
|
|
|
3405
3405
|
db_doc.agentConfig.agent_industry = await get_agent_industry();
|
|
3406
3406
|
db_doc.studio_meta.agent_industry = db_doc.agentConfig.agent_industry;
|
|
3407
3407
|
}
|
|
3408
|
-
|
|
3408
|
+
debugger;
|
|
3409
3409
|
if (db_doc.agentConfig.agent_user_guide && (fields_changed.agent_user_guide_changed || fields_changed.all)) {
|
|
3410
3410
|
db_doc.agentConfig.agent_user_guide_fields = await get_agent_user_guide_fields();
|
|
3411
3411
|
db_doc.studio_meta.agent_user_guide_fields = db_doc.agentConfig.agent_user_guide_fields;
|
|
@@ -10271,7 +10271,7 @@ COMPANY DETECTION:
|
|
|
10271
10271
|
- Consider email context for company references
|
|
10272
10272
|
|
|
10273
10273
|
PROVIDE DETAILED ANALYSIS WITH CONFIDENCE LEVELS.`,
|
|
10274
|
-
model: 'gpt-
|
|
10274
|
+
model: 'gpt-5-nano',
|
|
10275
10275
|
response_format: z.object({
|
|
10276
10276
|
// Primary Classification
|
|
10277
10277
|
account_type: z.enum(['personal', 'business', 'ambiguous']),
|