{% extends "base.html" %} {% block title %}Prompts Management - VidAI{% endblock %} {% block head %} {% endblock %} {% block content %}
Configure system prompts for analysis and training operations.
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}