{#if displayReportModal} (displayReportModal = false)} /> {/if}
{#if assistant?.avatar} Avatar {:else}
{assistant?.name[0]}
{/if}

{assistant?.name}

{#if hasRag} {/if} public
{#if assistant?.description}

{assistant.description}

{/if}

Model: {assistant?.modelId} Created by {assistant?.createdByName}

{#if assistant?.createdByMe} Edit
{:else}
{#if !assistant?.reported} {:else} {/if} {/if}

Direct URL

Share this link for people to use your assistant.

Copy

System Instructions

{#if hasRag}

Internet Access

{#if assistant?.rag?.allowAllDomains}

This Assistant uses Web Search to find information on Internet.

{:else if !!assistant?.rag?.allowedDomains && assistant?.rag?.allowedDomains.length}

This Assistant can use Web Search on the following domains:

    {#each assistant?.rag?.allowedDomains as domain}
  • {domain}
  • {/each}
{:else if !!assistant?.rag?.allowedLinks && assistant?.rag?.allowedLinks.length}

This Assistant can browse the following links:

    {#each assistant?.rag?.allowedLinks as link}
  • {link}
  • {/each}
{/if}
{/if}