@xuda.io/ai_module 1.1.4867 → 1.1.4868
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 +3 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -6193,6 +6193,9 @@ const attachment_handler = async function (uid, app_id, conversation_id, attachm
|
|
|
6193
6193
|
// file_names.push(file.filename);
|
|
6194
6194
|
let transcript;
|
|
6195
6195
|
try {
|
|
6196
|
+
if (conversation_doc.reference_type === 'contacts' && conversation_doc.conversation_type === 'email') {
|
|
6197
|
+
}
|
|
6198
|
+
|
|
6196
6199
|
transcript = await get_transcript(file.filename);
|
|
6197
6200
|
} catch (error) {
|
|
6198
6201
|
process_stat = 'partial';
|