{% if input_fields %} {% for field in input_fields %}
{# Group each field #} {% if field.description %} {{ field.description }} {% endif %} {% if field.html_type == 'textarea' %} {% elif field.html_type == 'checkbox' %} {% else %} {% endif %}
{% endfor %} {% else %}

This agent requires no specific inputs, or input signature could not be parsed.

{% endif %}