[中] AgentChat retryMessage流失败场景下占位消息残留 #101

Closed
opened 2026-05-10 18:39:23 +08:00 by admin · 0 comments
Owner

问题描述

frontend/src/views/AgentChat.vue 第571-609行,retryMessage() 重试发送消息时未检查是否存在之前的占位消息,可能导致消息列表中出现空白占位残余。

涉及文件

  • frontend/src/views/AgentChat.vue:571-609

修复建议

重试前清理之前的失败占位消息。

严重程度

中 - 用户体验问题

## 问题描述 frontend/src/views/AgentChat.vue 第571-609行,retryMessage() 重试发送消息时未检查是否存在之前的占位消息,可能导致消息列表中出现空白占位残余。 ## 涉及文件 - frontend/src/views/AgentChat.vue:571-609 ## 修复建议 重试前清理之前的失败占位消息。 ## 严重程度 中 - 用户体验问题
admin closed this issue 2026-05-10 18:59:14 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/aiagent#101