Agent
{% if current_chat != 'main' %}
{{current_chat_title}}
{% endif %}
Scope: {{current_chat_title}}
Scope
{% for name, title in chat_titles.items() %}
{{title}}
{% endfor %}
Artifacts