›System instructions
{{ block.content }}
›Activity · {{ block.tools | length }} {{ "step" if block.tools | length == 1 else "steps" }}
{% for tool in block.tools %}
{% endfor %}
›{{ tool.name }}{% if tool.result is not none %}result{% endif %}
{% if tool.args is not none %}Input
{{ tool.args | tojson(indent=2) }}{% endif %}
{% if tool.result is not none %}Output{% if tool.result is string %}{{ tool.result }}{% else %}{{ tool.result | tojson(indent=2) }}{% endif %}{% endif %}