第' + (r.round_num || i+1) + '回合
';
roundsHtml += '
' + esc(r.agent_name || 'Agent') + '
' + esc(r.content || '') + '
';
if (r.judge_reason || r.judge_score) {
roundsHtml += '
⚖ 裁判
';
if (r.judge_reason) roundsHtml += '
' + esc(r.judge_reason) + '
';
if (r.judge_score) roundsHtml += '
评分:' + r.judge_score + '
';
roundsHtml += '
';
}
roundsHtml += '