{#if toolName && toolName !== "websearch"}
{#each tool as toolUpdate} {#if toolUpdate.subtype === MessageToolUpdateType.Call}

Parameters

{:else if toolUpdate.subtype === MessageToolUpdateType.Error}

Error

{toolUpdate.message}

{/if} {/each}
{/if}