diff --git a/ui/src/components/CommentThread.tsx b/ui/src/components/CommentThread.tsx index 88b01fcd..b0b5c618 100644 --- a/ui/src/components/CommentThread.tsx +++ b/ui/src/components/CommentThread.tsx @@ -336,10 +336,24 @@ function CommentCard({ sharingPreference={feedbackDataSharingPreference} termsUrl={feedbackTermsUrl} onVote={onVote} + rightSlot={comment.runId && !isPending ? ( + comment.runAgentId ? ( + + run {comment.runId.slice(0, 8)} + + ) : ( + + run {comment.runId.slice(0, 8)} + + ) + ) : undefined} /> ) : null} - {comment.runId && !isPending ? ( -