@xuda.io/ai_module 1.1.5231 → 1.1.5233

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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -4895,7 +4895,7 @@ const ai_chat_conversation = async function (req, job_id, headers) {
4895
4895
  // }
4896
4896
 
4897
4897
  if (activate_prompt_suggestions) {
4898
- await render_output_suggestions(response_conversation_item_id);
4898
+ render_output_suggestions(response_conversation_item_id);
4899
4899
  }
4900
4900
 
4901
4901
  return save_ret;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.5231",
3
+ "version": "1.1.5233",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",