{% extends 'layouts/app.html.twig' %} {% block title %}AI Studio | micey-projects{% endblock %} {% block app_content %} {% include 'partials/_flash_messages.html.twig' %}
Profile platform {{ profiles|length }} Master prompty {{ master_prompts|length }} Instrukcje pól {{ field_instructions|length }} Bloki opisu {{ blocks|length }} Reguły i style {{ rules|length + styles|length }} Przykłady AI {{ examples_count }}

Profile AI

{% for profile in profiles %} {% else %} {% endfor %}
Profil Platforma Język Status Akcje
{{ profile.name }}
ID: {{ profile.code }} {% if profile.default %}domyślny{% endif %} {% if profile.advancedLongDescriptionBlocksEnabled %}bloki long on{% endif %}
{{ profile.platform ? profile.platform.name : '—' }} {{ profile.languageCode }}{% if profile.marketCode %} / {{ profile.marketCode }}{% endif %} {% if profile.active %} Aktywny {% else %} Nieaktywny {% endif %}
Brak profili AI. Utwórz profil lub uruchom php bin/console app:ai:seed-defaults.

Master prompty

Zarządzaj

Instrukcje pól

Zarządzaj

Bloki długiego opisu

Zarządzaj

Reguły i style

Zarządzaj
{% endblock %}