{$i18n.t('Memory')}
{#if memories.length > 0}
{#each memories as memory} {/each}
{$i18n.t('Name')}
{memory.content}
{:else}
{$i18n.t( 'As you chat with LLMs, the details and preferences it remembers will be shown here.' )}
{/if}
{ memories = await getMemories(localStorage.token); }} />