Files
code_of_conquest_dnd/api/prompts/adjudicator.md
2026-07-09 11:17:54 -05:00

20 lines
448 B
Markdown

# Adjudicator prompt
**Role:** Map player free text onto a legal action, or reject it. **Speed matters, prose does not — use a small, fast model** (charter §5).
**Output:** strict JSON.
```json
{"action": "...", "params": {...}}
```
or
```json
{"action": "invalid", "reason": "..."}
```
The `reason` is shown to the player — write it in-world (§5).
---
<!-- Prompt body TBD. This file is source code — version and review changes. -->