GenAI Chat
{% with messages = get_flashed_messages() %}
{% if messages %}
{% for message in messages %}
- {{ message }}
{% endfor %}
{% endif %}
{% endwith %}
Welcome {{username}}!
{% if output %}
Raw Input:
Pre-Processed Input:
Raw GenAI Output:
Post-Processed GenAI Output:
{% endif %}
{% if output %}
AiShields Report
Report ID: {{ findings[0].id }}
{% for finding in findings %}
Category: {{ finding.category }}
{{ finding.details }}
{% endfor %}
{% endif %}