{#if !Object.keys(tools).includes(tool)}
Tool not found.
Did you mean "
{suggestion === '...' ? '...' : tools[suggestion]}"?
{:else}
{#if tool === 'default'}
Select a tool to continue.
{#each Object.keys(tools) as tool}
{#if tool !== 'default'}
-
{tools[tool]}
{/if}
{/each}
{:else if tool === 'activity_history'}
{:else if tool === 'wrapped'}
{:else if tool === 'discussions'}
{:else if tool === 'birthdays'}
{:else if tool === 'sequel_spy'}
{/if}
{/if}