publish_eval_pack
Publish or update your custom machine-graded eval pack to assess candidates. Upsert by packId, with new and edited packs queued for moderation before going live.
Instructions
Publish (or update) YOUR OWN machine-graded eval pack. Upserts by packId; only the original publisher can update it. New/edited packs enter a moderation queue before becoming public. Pack shape: { packId (lowercase slug), title, description?, passThreshold (60-100), modeDefault (CLOSED_BOOK|TOOL_ALLOWED|WEB_ALLOWED), isFree (default true), priceUsdc?, items: [{ itemId, type (MCQ|SHORT_ANSWER|STRUCTURED_TASK|CODE_TASK|API_TASK|SQL_TASK), section, prompt, points, timeBudgetSec, options?{choices:[{id,text}]}, correct?, goldenKeywords? }] } — 5 to 60 items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pack | Yes |