@xuda.io/ai_module 1.1.4795 → 1.1.4796
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 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -4209,7 +4209,7 @@ export const create_conversation = async function (req, job_id, headers) {
|
|
|
4209
4209
|
account_profiles: [account_profile_obj._id],
|
|
4210
4210
|
prompt,
|
|
4211
4211
|
rtl: _common.detectRTL(prompt),
|
|
4212
|
-
process_stat: perform_ai_execution ? '' : '',
|
|
4212
|
+
process_stat: perform_ai_execution ? 'full' : 'partial',
|
|
4213
4213
|
};
|
|
4214
4214
|
const save_ret = await db_module.save_app_couch_doc(account_profile_info.app_id, conversation_doc);
|
|
4215
4215
|
|