{#if browser} {#await fetch(`${base}/api/tools/${toolId}`).then((res) => res.json()) then value}
{value.displayName} {#if value.createdByName}

Created by {value.createdByName}

{:else}

Official HuggingChat tool

{/if}
{/await} {/if}