{# Job Polling Partial Shows loading state while waiting for AI response, auto-polls for completion #} {% if player_action %}
Your action: {{ player_action }}
{% endif %}

{% if status == 'queued' %} Awaiting the Dungeon Master... {% elif status == 'processing' %} The Dungeon Master considers your action... {% else %} Processing... {% endif %}