fix: remove code agent processing copy

This commit is contained in:
lyon
2026-06-16 04:29:53 +08:00
parent 4fd3e2f949
commit 0a55c1b3b4
+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,