- {#each parsedAnswer as block}
- {#if block.type === 'text'}
-
{block.content}
- {:else if block.type === 'code'}
-
-
-
-
- {:else if block.type === 'sources'}
-
-
Sources:
-
- {#each block.content as source}
- -
- {source}
-
- {/each}
-
-
- {/if}
- {/each}
+ {$completion}
{/if}