{#if assistant.avatar}
{:else}
{assistant?.name[0]}
{/if}
Assistant
{assistant.name}
{#if assistant.description}
{assistant.description}
{/if} {#if hasRag}
Has internet access
{/if} {#if assistant.createdByName}
Created by
{assistant.createdByName}
{/if}
{ if (!isCopied) { share(shareUrl, assistant.name); isCopied = true; setTimeout(() => { isCopied = false; }, 2000); } }} > {#if isCopied}
Copied
{:else}
Share
{/if}
Settings
{#if assistant.exampleInputs}
{#each assistant.exampleInputs as example}
dispatch("message", example)} > {example}
{/each}
{/if}