{% extends "admin/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "suggestions" %} {% block title %}Suggestions - LLeMbas{% endblock %} {% block heading %}Suggestions{% endblock %} {% block admin_content %}
Cards on the new-chat screen. Clicking one sends its prompt straight away, so each has to work on its own — write one that asks for whatever it needs, and the first reply becomes the right question rather than a guess. The first {{ max_shown }} enabled ones are shown, in this order.
{% if saved %}The new-chat screen shows its empty state instead.
{{ max_suggestions }} is the limit. Delete one to add another — past a dozen this is a menu, and a menu on the empty screen is a worse blank page than a blank page.
{% endif %} {% endblock %}