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