@xuda.io/ai_module 1.1.5179 → 1.1.5180

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 +2 -3
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -11019,9 +11019,8 @@ export const get_chat_suggestions = async function (req) {
11019
11019
  response_format: AgentResponseSchema,
11020
11020
  metadata: { conversation_item_id, func: 'get_chat_suggestions' },
11021
11021
  account_profile_info,
11022
- undefined,
11023
- undefined,
11024
- conversation_item_doc,
11022
+
11023
+ response_id: conversation_item_doc.conversation_item_reference_id,
11025
11024
  });
11026
11025
  try {
11027
11026
  const ret = JSON5.parse(chat_ret.data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.5179",
3
+ "version": "1.1.5180",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",