{% extends "base.html" %} {% block title %}Create Situation - Personaut{% endblock %} {% block content %}
{# ── Core ── #}

📍 Situation Details

This is fed into the LLM prompt — describe the scene, not just the topic.

Physical or virtual location. Shows up in the prompt as the setting.

{# ── Modality ── #}

📡 Communication Modality

The modality determines how the persona communicates — tone, pacing, use of stage directions, formality.

{% for m in modalities %} {% endfor %}
{# ── Situational Context ── #}

🌤️ Situational Context (optional)

These details are injected into the prompt as environmental bullet points. Leave blank to omit.

{% for key, label, placeholder in context_presets %}
{% endfor %}

Custom Context (key / value)

Cancel
{% endblock %} {% block scripts %} {% endblock %}