{#if health.status === 'checking'}
🟡 Checking LLM...
{:else if health.status === 'healthy'}
🟢 LLM Ready
{:else if health.status === 'unhealthy'}
🔴 LLM Unavailable
{:else}
🔴 LLM Error
{/if}
{health.lastChecked ? `Last: ${health.lastChecked.toLocaleTimeString()}` : ''}