@mxmweb/rtext 1.4.2 → 1.4.3
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.js +103 -103
- package/mockserverdata.d.ts +4 -88
- package/package.json +1 -1
- package/stats.html +1 -1
- package/utils/thought_chain_mapper.d.ts +1 -0
|
@@ -16,6 +16,7 @@ export declare function getThoughtTitleByBusinessType(type: ThoughtBusinessType)
|
|
|
16
16
|
/**
|
|
17
17
|
* 将历史回复中的 chain 数组映射为 UI 使用的 ThoughtNode 列表
|
|
18
18
|
* 2025-12-19 新增: 支持 rtext 思维链 UI 升级。
|
|
19
|
+
* 2025-01-28 更新: 支持历史数据中的 reply.content 结构。
|
|
19
20
|
*/
|
|
20
21
|
export declare function mapReplyChainToNodes(chain: RawChainNode[] | undefined | null): ThoughtNode[];
|
|
21
22
|
/**
|