{$i18n.t('Tools')}
{$i18n.t('To select toolkits here, add them to the "Tools" workspace first.')}
{#if tools.length > 0}
{#each Object.keys(_tools) as tool, toolIdx}
{ _tools[tool].selected = e.detail === 'checked'; selectedToolIds = Object.keys(_tools).filter((t) => _tools[t].selected); }} />
{_tools[tool].name}
{/each}
{/if}