@xuda.io/ai_module 1.1.5161 → 1.1.5162
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
|
@@ -4681,6 +4681,8 @@ const ai_chat_conversation = async function (req, job_id, headers) {
|
|
|
4681
4681
|
if (prompt_suggestions.length) {
|
|
4682
4682
|
await render_suggestions();
|
|
4683
4683
|
await _utils.delay(10000);
|
|
4684
|
+
const job_info = await jobs_ms.get_job_info({ job_id });
|
|
4685
|
+
debugger;
|
|
4684
4686
|
}
|
|
4685
4687
|
}
|
|
4686
4688
|
///////////
|