{#snippet chunkRow(rendered: RenderedChunk)} {#if rendered.role === "user"}
{rendered.chunk.text}
{/if}{rendered.chunk.text}
{JSON.stringify(rendered.chunk.input, null, 2)}
{rendered.chunk.content}
{JSON.stringify(entry.call.input, null, 2)}
{#if entry.result}
{entry.result.content}
{/if}