Interviewer Prompt
Configurable Fields Reference
Complete reference for every editable interviewer rubric field.
How to Edit
- Go to
/admin/interviewer-prompt(structured) or/admin/adaptive-prompt(adaptive) - Edit any field — text areas, number steppers, or add/remove lists
- Live preview panel on the right shows the assembled prompt in real-time
- Click "Save Changes" → version save modal appears
- Choose change type (Revision/Refinement/Calibration), name, and description
- Save creates an immutable version snapshot
Field Types in the Admin UI
| Type | Example Fields | How to Edit |
|---|---|---|
| Text area | System identity, tone, probing style | Type directly, use {token} placeholders |
| Number stepper | Max probes per question, max resume chars | Click +/- or type number |
| Checkbox | Include full resume (toggles max_resume_chars to null) | Click to toggle |
| Add/remove list | Hard rules | Type new rule + click Add, click X to remove |
| Token pills | {companyName}, {role} | Click pill to insert at cursor position |
Token System
Tokens are {placeholderName} patterns replaced at runtime:
{companyName}→ employer's company name{role}→ posting title{targetDuration}→ target duration from depth config (adaptive only)
Invalid tokens (typos like {compnyName}) are flagged with a yellow warning banner.
Live Preview
The right-side preview panel shows the complete assembled prompt as the AI will receive it. It updates in real-time as you edit fields. On mobile, use the "Preview" button to open a full-screen preview modal.
Version History
Click the version dropdown in the save bar to browse all previous versions. Select any version to preview it. Click "Save" while previewing to roll back (creates a new version — never overwrites history).