[中] AgentChat retryMessage流失败场景下占位消息残留 #101
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
问题描述
frontend/src/views/AgentChat.vue 第571-609行,retryMessage() 重试发送消息时未检查是否存在之前的占位消息,可能导致消息列表中出现空白占位残余。
涉及文件
修复建议
重试前清理之前的失败占位消息。
严重程度
中 - 用户体验问题