{#if images && images.length > 0}
{#each images as image, index} {/each}
{/if} {#each contentParts as part, index (index)} {#if part.type === 'code'}
{#if part.showPreview} {/if}
{:else if part.type === 'tool-result'} {:else}
{@html renderMarkdown(part.content)}
{/if} {/each}
{#if modalImage} {/if}