fix(workbench): stabilize visible trace timing rows (#2006)
This commit is contained in:
@@ -266,7 +266,7 @@ function traceNoiseSummaryRow(trace: Record<string, unknown>, events: TraceEvent
|
||||
rowId: "trace-noise-summary",
|
||||
seq: traceEventDisplaySeq(lastEvent),
|
||||
tone: lastEvent ? traceEventTone(lastEvent) : "source",
|
||||
header: `${traceEventClock(lastEvent, options)} Trace ${status},等待可读事件`,
|
||||
header: `Trace ${status},等待可读事件`,
|
||||
body: `已隐藏 ${events.length} 条 AgentRun backend 状态事件。最新原始事件:${lastLabel}。`,
|
||||
bodyFormat: "text"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user