@myun/gimi-chat 0.9.55 → 0.9.56

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.
@@ -258,7 +258,7 @@ var AnswerItem = function AnswerItem(_ref) {
258
258
  content: data.content || '',
259
259
  toolName: item.moduleType === 'stream' && item.status === 'TERMINATED' ? '技能调用已停止' : toolName,
260
260
  confirmStatus: item.confirmStatus,
261
- id: item.id || +new Date(),
261
+ id: data.id || item.id || +new Date(),
262
262
  moduleType: item.moduleType
263
263
  });
264
264
  } else {