{task.promptText}
{getTaskStatusLabel(task.status)}
{startedAgo}
•
{task.actionCount} action{task.actionCount === 1 ? '' : 's'}
{formatDuration(task) && (
<>
•
{formatDuration(task)}
>
)}
{task.deniedCount > 0 && (
{task.deniedCount} denied
)}
{task.errorCount > 0 && (
{task.errorCount} error
{task.errorCount === 1 ? '' : 's'}
)}
{task.responsePreview ? (
) : null}