移除运行中重复耗时
运行中的回合只保留状态卡片耗时,历史回合继续显示会话耗时
This commit is contained in:
@@ -546,7 +546,7 @@ export function ProjectSupervisorView({
|
||||
</details>
|
||||
) : null}
|
||||
</div>
|
||||
{isTurnEnd && anchoredTurnId
|
||||
{isTurnEnd && anchoredTurnId && anchoredTurnId !== activeTurnId
|
||||
? renderTurnUsage(anchoredTurnId)
|
||||
: null}
|
||||
</Fragment>
|
||||
@@ -561,6 +561,7 @@ export function ProjectSupervisorView({
|
||||
/>
|
||||
) : null}
|
||||
{liveToolCallTurnId &&
|
||||
liveToolCallTurnId !== activeTurnId &&
|
||||
!visibleMessages.some(
|
||||
(message) =>
|
||||
message.messageId &&
|
||||
|
||||
Reference in New Issue
Block a user