{#if question} {@const q = question}
{q.prompt}
{#if q.context.why}
{q.context.why}
{/if}
{#if q.context.entities?.length}
{#each q.context.entities as slug}
{slug}
{/each}
{/if} {#if q.context.options?.length}
{#each q.context.options as opt}
submit(opt)}> {opt}
{/each}
{/if}
{ if (e.key === 'Enter' && !e.shiftKey) { e.preventDefault() submit(freeText) } }} />
submit(freeText)}> Send
{/if}