Waiting for activity…
{tool.toolName}{/if}
{prettyPrint(
tool.args
)}
{/if}
{#if tool.liveOutput}
{tool.liveOutput}
{/if}
{#if tool.detail}
{prettyPrint(tool.detail)}
{/if}
{e.toolName}{/if}
{prettyPrint(
e.args
)}
{/if}
{#if e.detail}
{prettyPrint(e.detail)}
{/if}