AI Chat
{#if messages.length > 0}
Clear
{/if}
{#if messages.length === 0}
Ask questions about the transcript
{#if $segments.length > 0}
Summarize
Action Items
{/if}
{:else} {#each messages as msg}
{msg.content}
{/each} {#if isLoading}
Thinking...
{/if} {/if}
Send