@xuda.io/ai_module 1.1.4978 → 1.1.4980
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
|
@@ -3370,7 +3370,6 @@ export const create_conversation = async function (req, job_id, headers) {
|
|
|
3370
3370
|
const { account_profile_obj } = account_profile_info;
|
|
3371
3371
|
try {
|
|
3372
3372
|
if (conversation_type === 'email') {
|
|
3373
|
-
debugger;
|
|
3374
3373
|
///&& email_direction === 'out'
|
|
3375
3374
|
if (!account_profile_obj?.email_account_id) {
|
|
3376
3375
|
throw new Error('The user profile must include a defined email_account_id');
|
|
@@ -3576,6 +3575,7 @@ const contactGuardrailAgent = new Agent({
|
|
|
3576
3575
|
// };
|
|
3577
3576
|
|
|
3578
3577
|
export const submit_chat_conversation = async function (req, job_id, headers) {
|
|
3578
|
+
debugger;
|
|
3579
3579
|
const { profile_id, uid } = req;
|
|
3580
3580
|
let { conversation_id } = req;
|
|
3581
3581
|
try {
|