{#if filteredPrompts.length > 0}
{#each filteredPrompts as prompt, promptIdx}
{ confirmPrompt(prompt); }} on:mousemove={() => { selectedPromptIdx = promptIdx; }} on:focus={() => {}} >
{prompt.command}
{prompt.title}
{/each}
{$i18n.t( 'Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.' )}
{/if}