原来版本右侧的事件流展示是格式化后的左侧的JSON,现在怎么选择都不会格式化了
并且Java Springboot后端返回的SSE数据还多了如下的一堆元信息(原来也不是这样的)
右侧展示的完整数据如下:
{
"type": {},
"key": null,
"ref": null,
"props": {
"gap": 4,
"align": "center",
"children": [
{
"key": null,
"ref": null,
"props": {
"title": "message",
"children": {
"type": "span",
"key": null,
"ref": null,
"props": {
"className": "event-message message",
"children": "message"
},
"_owner": null
},
"mouseEnterDelay": 0.5,
"destroyTooltipOnHide": true
},
"_owner": null
},
"\"{\\\"messageId\\\":\\\"1940227079269711872\\\",\\\"question\\\":\\\"你好啊\\\",\\\"answers\\\":[{\\\"type\\\":\\\"text\\\",\\\"content\\\":\\\"您\\\"}],\\\"voteType\\\":null,\\\"status\\\":\\\"generating\\\",\\\"queryTime\\\":\\\"2025-07-02 09:52:38\\\"}\""
]
},
"_owner": null
}
最后是建议,消息聚合的自定义提取模式(如下所示)现在只有追加模式(Append Mode),可以加一个替换模式(Replacement / In-place Mode),不然就会像我下面这样
已知问题 在改了