@myun/gimi-chat 0.9.48 → 0.9.50

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.
@@ -494,7 +494,7 @@ export function formatFields(dataList, chatList) {
494
494
  item.reTryed = checkHasRetry(item.skillResult, index === dataList.length - 1); // 最新的一个skill生成结果失败,才可以重试
495
495
  item.disableUploadFile = getDisableUploadFile(item.content, moduleInfo, isLastItem);
496
496
  item.artifacts = artifacts;
497
- item.totalTokens = item.tokens || 0;
497
+ item.totalTokens = item.totalTokens || 0;
498
498
  item.thinkingInfo = {
499
499
  status: "COMPLETED",
500
500
  toolName: "已完成",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myun/gimi-chat",
3
- "version": "0.9.48",
3
+ "version": "0.9.50",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",