{% extends "base.html" %} {% block title %}Ask Solly — {{ company.config.name or company.slug }}{% endblock %} {% block content %}

Ask Solly

{% if question %}
{% if not has_evidence %}

I don't have enough information in the {{ company.config.name or company.slug }} brain {% if active_project %}(scoped to {{ active_project.slug }}){% endif %} to answer that.

{% else %} {% if results.decisions %}

Decisions

{% endif %} {% if results.context_entries %}

Context

{% endif %} {% if results.sources %}

Sources

{% endif %}

Evidence found in the brain — no synthesis/reasoning yet (see roadmap).

{% endif %}
{% endif %} {% endblock %}