{# Job Polling Partial Shows loading state while waiting for AI response, auto-polls for completion #} {% if player_action %}
{% if status == 'queued' %} Awaiting the Dungeon Master... {% elif status == 'processing' %} The Dungeon Master considers your action... {% else %} Processing... {% endif %}