You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure to reference the customer by name response.
</message>
{% for item in history %}
<message role="{{item.role}}">
{{item.content}}
</message>
{% endfor %}
""";
the seconde example is correct
Make sure to reference the customer by name response.
</message>
{{#each history}}
<message role="{{role}}">
{{content}}
</message>
{{/each}}