rescore_posting
Re-score a job posting against the current rubric using an LLM, persist the updated score, and return the structured result.
Instructions
Re-score one posting against the current rubric via the configured LLM.
Loads the posting, loads the current rubric, scores it via LiteLLM, persists the new score row, and returns the structured result. Raises ValueError if posting not found; ScoringError on LLM/parse failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posting_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| score | Yes | ||
| rationale | Yes | ||
| score_band | Yes | ||
| rubric_version | Yes |