Cass AI Terminal
{% for msg in history %} {% if msg.role == "user" %}
> {{ msg.content }}
{% else %}
Cass: {{ msg.content }}
{% endif %} {% endfor %}
Enter