{#if codeExecutions.length > 0}
{#each codeExecutions as execution (execution.id)}
{ selectedCodeExecution = execution; showCodeExecutionModal = true; }} >
{#if execution?.result} {#if execution.result?.error}
{:else if execution.result?.output}
{:else}
{/if} {:else}
{/if}
{execution.name}
{/each}
{/if}