{#if isExpanded}

Arguments

{JSON.stringify(toolCall.arguments, null, 2)}
{#if toolCall.result !== undefined}

Result

{toolCall.result}
{/if}
{/if}