@xuda.io/ai_module 1.1.5187 → 1.1.5188
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 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -4719,6 +4719,8 @@ const ai_chat_conversation = async function (req, job_id, headers) {
|
|
|
4719
4719
|
prompt_suggestion_activated = true;
|
|
4720
4720
|
ai_agents = job_info.data.payload.ai_agents;
|
|
4721
4721
|
agents = await get_agents();
|
|
4722
|
+
} else {
|
|
4723
|
+
emitToDashboard('response_start');
|
|
4722
4724
|
}
|
|
4723
4725
|
}
|
|
4724
4726
|
}
|