{#if streaming && lastContentLength > 0} {filteredContent.slice(0, lastContentLength)}
{filteredContent.slice(lastContentLength)}
{:else} {filteredContent} {/if} {#if streaming}
▊
{/if}