Merge pull request #1305 from pikasTech/fix-1304-remove-processing-copy

fix: 删除 Code Agent 请求处理中冗余文案
This commit is contained in:
Lyon
2026-06-16 04:30:50 +08:00
committed by GitHub
+1 -1
View File
@@ -2022,7 +2022,7 @@ function codeAgentConversationMessagesEvidence(payload = {}, params = {}, traceI
id: `msg_${traceSuffix}_agent`,
role: "agent",
title: agentStatus === "failed" ? "Code Agent 返回阻塞" : agentStatus === "running" ? "Code Agent 处理中" : "Code Agent 回复",
text: agentText || (agentStatus === "running" ? "正在处理这次 Code Agent 请求;复杂问题可能需要几分钟。" : "Code Agent 请求已结束,请查看 Trace 详情。"),
text: agentText || (agentStatus === "running" ? "" : "Code Agent 请求已结束,请查看 Trace 详情。"),
status: agentStatus,
traceId: resolvedTraceId,
conversationId,