{#if !loading} {#if char === '/'}
{ const { type, data } = e; if (type === 'prompt') { insertTextHandler(data.content); } }} /> {:else if char === '#'}
{ const { type, data } = e; if (type === 'knowledge') { insertTextHandler(''); onUpload({ type: 'file', data: data }); } else if (type === 'youtube') { insertTextHandler(''); onUpload({ type: 'youtube', data: data }); } else if (type === 'web') { insertTextHandler(''); onUpload({ type: 'web', data: data }); } }} /> {:else if char === '@'}
{ const { type, data } = e; if (type === 'model') { insertTextHandler(''); onSelect({ type: 'model', data: data }); } }} /> {/if} {:else}
{/if}