{% extends 'django_spire/page/full_page.html' %} {% block full_page_content_class %}{% endblock %} {% block full_page_content %}
{ this.is_narrow_viewport = window.innerWidth < 768 }) }, async load_chat(chat_id) { await this.chat_load_ajax_view.render_inner(this.$refs.chat_dialog, { chat_id: chat_id } ) $dispatch('chat-loaded') } }" @deleted_chat.window="load_chat(0)" @load-chat.window="load_chat($event.detail.chat_id); if (is_narrow_viewport) show_history = false" >
{% include 'django_spire/ai/chat/widget/selection_widget.html' %}
{% endblock %}