{#if filteredPromptCommands.length > 0}
/
{#each filteredPromptCommands as command, commandIdx}
{ confirmCommand(command); }} on:mousemove={() => { selectedCommandIdx = commandIdx; }} on:focus={() => {}} >
{command.command}
{command.title}
{/each}
Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.
{/if}