@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.
- package/index.mjs +2 -3
- 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
|
-
|
|
11023
|
-
|
|
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);
|